File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ RUN apt-get install -y --no-install-recommends \
46
46
&& echo " StrictHostKeyChecking no" >> /etc/ssh/ssh_config.new \
47
47
&& mv /etc/ssh/ssh_config.new /etc/ssh/ssh_configs
48
48
49
- RUN curl -o ~/miniconda.sh -O https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh \
49
+ RUN curl -L - o ~/miniconda.sh https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh \
50
50
&& chmod +x ~/miniconda.sh \
51
51
&& ~/miniconda.sh -b -p /opt/conda \
52
52
&& rm ~/miniconda.sh \
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ RUN apt-get update \
35
35
zlib1g-dev
36
36
37
37
38
- RUN curl -o ~/miniconda.sh -O https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh \
38
+ RUN curl -L - o ~/miniconda.sh https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh \
39
39
&& chmod +x ~/miniconda.sh \
40
40
&& ~/miniconda.sh -b -p /opt/conda \
41
41
&& rm ~/miniconda.sh \
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ RUN apt-get install -y --no-install-recommends \
44
44
&& echo " StrictHostKeyChecking no" >> /etc/ssh/ssh_config.new \
45
45
&& mv /etc/ssh/ssh_config.new /etc/ssh/ssh_config
46
46
47
- RUN curl -o ~/miniconda.sh -O https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh \
47
+ RUN curl -L - o ~/miniconda.sh https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh \
48
48
&& chmod +x ~/miniconda.sh \
49
49
&& ~/miniconda.sh -b -p /opt/conda \
50
50
&& rm ~/miniconda.sh \
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
33
33
wget \
34
34
zlib1g-dev
35
35
36
- RUN curl -o ~/miniconda.sh -O https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh \
36
+ RUN curl -L - o ~/miniconda.sh https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh \
37
37
&& chmod +x ~/miniconda.sh \
38
38
&& ~/miniconda.sh -b -p /opt/conda \
39
39
&& rm ~/miniconda.sh \
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ RUN apt-get install -y --no-install-recommends \
45
45
&& echo " StrictHostKeyChecking no" >> /etc/ssh/ssh_config.new \
46
46
&& mv /etc/ssh/ssh_config.new /etc/ssh/ssh_configs
47
47
48
- RUN curl -o ~/miniconda.sh -O https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh \
48
+ RUN curl -L - o ~/miniconda.sh https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh \
49
49
&& chmod +x ~/miniconda.sh \
50
50
&& ~/miniconda.sh -b -p /opt/conda \
51
51
&& rm ~/miniconda.sh \
You can’t perform that action at this time.
0 commit comments