Skip to content

Commit f960220

Browse files
committed
Backport "Follow redirects when downloading Miniconda"
Pull request: #144
1 parent 747d15f commit f960220

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ USER docs
143143
WORKDIR /home/docs
144144

145145
# Install Conda
146-
RUN curl -O https://repo.continuum.io/miniconda/Miniconda2-${CONDA_VERSION}-Linux-x86_64.sh
146+
RUN curl -L -O https://repo.continuum.io/miniconda/Miniconda2-${CONDA_VERSION}-Linux-x86_64.sh
147147
RUN bash Miniconda2-${CONDA_VERSION}-Linux-x86_64.sh -b -p /home/docs/.conda/
148148
ENV PATH $PATH:/home/docs/.conda/bin
149149
RUN rm -f Miniconda2-${CONDA_VERSION}-Linux-x86_64.sh

0 commit comments

Comments
 (0)