Skip to content

Commit 41973b7

Browse files
committed
Backport "Follow redirects when downloading Miniconda"
Pull request: #144
1 parent 9a7e98b commit 41973b7

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
@@ -154,7 +154,7 @@ USER docs
154154
WORKDIR /home/docs
155155

156156
# Install Conda
157-
RUN curl -O https://repo.continuum.io/miniconda/Miniconda2-${CONDA_VERSION}-Linux-x86_64.sh
157+
RUN curl -L -O https://repo.continuum.io/miniconda/Miniconda2-${CONDA_VERSION}-Linux-x86_64.sh
158158
RUN bash Miniconda2-${CONDA_VERSION}-Linux-x86_64.sh -b -p /home/docs/.conda/
159159
ENV PATH $PATH:/home/docs/.conda/bin
160160
RUN rm -f Miniconda2-${CONDA_VERSION}-Linux-x86_64.sh

0 commit comments

Comments
 (0)