fitst add
parent
76d3a21258
commit
d7885e6f5d
|
@ -25,3 +25,12 @@ EXPOSE 22
|
||||||
RUN usermod -s /bin/zsh root
|
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