diff --git a/Dockerfile b/Dockerfile index fb7e2af..7cb4b95 100644 --- a/Dockerfile +++ b/Dockerfile @@ -27,7 +27,11 @@ RUN usermod -s /bin/zsh root 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