no message
parent
3aea0413b0
commit
27c6589518
|
@ -37,3 +37,11 @@ RUN usermod -s /bin/zsh root
|
||||||
ENTRYPOINT service ssh start && zsh
|
ENTRYPOINT service ssh start && zsh
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
COPY ./conda/Miniconda3-latest-Linux-x86_64.sh /opt/Miniconda3-latest-Linux-x86_64.sh
|
||||||
|
|
||||||
|
RUN bash /opt/Miniconda3-latest-Linux-x86_64.sh -b -p /opt/conda
|
||||||
|
RUN rm -f /opt/Miniconda3-latest-Linux-x86_64.sh
|
||||||
|
ENV PATH /opt/conda/bin:$PATH
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue