We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 747d15f commit f960220Copy full SHA for f960220
Dockerfile
@@ -143,7 +143,7 @@ USER docs
143
WORKDIR /home/docs
144
145
# Install Conda
146
-RUN curl -O https://repo.continuum.io/miniconda/Miniconda2-${CONDA_VERSION}-Linux-x86_64.sh
+RUN curl -L -O https://repo.continuum.io/miniconda/Miniconda2-${CONDA_VERSION}-Linux-x86_64.sh
147
RUN bash Miniconda2-${CONDA_VERSION}-Linux-x86_64.sh -b -p /home/docs/.conda/
148
ENV PATH $PATH:/home/docs/.conda/bin
149
RUN rm -f Miniconda2-${CONDA_VERSION}-Linux-x86_64.sh
0 commit comments