Skip to content

Commit 032661e

Browse files
committed
Update version and add conda to the PATH
1 parent 7013298 commit 032661e

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

Dockerfile

+3-4
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,8 @@ USER docs
4242

4343
# Install miniconda as docs user
4444
WORKDIR /home/docs
45-
RUN curl -O https://repo.continuum.io/miniconda/Miniconda2-4.2.11-Linux-x86_64.sh
46-
RUN bash Miniconda2-4.2.11-Linux-x86_64.sh -b -p /home/docs/miniconda2/
47-
RUN mkdir /home/docs/bin
48-
RUN ln -s /home/docs/miniconda2/bin/conda /home/docs/bin/conda
45+
RUN curl -O https://repo.continuum.io/miniconda/Miniconda2-4.3.11-Linux-x86_64.sh
46+
RUN bash Miniconda2-4.3.11-Linux-x86_64.sh -b -p /home/docs/miniconda2/
47+
env PATH $PATH:/home/docs/miniconda2/bin
4948

5049
CMD ["/bin/bash"]

0 commit comments

Comments
 (0)