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 @@ -113,7 +113,7 @@ RUN set -ex \
113
113
&& sh $RUBY_BUILD_SRC_DIR/install.sh
114
114
115
115
# #python
116
- RUN curl https://pyenv.run | bash
116
+ RUN curl -s -S -L https://raw.githubusercontent.com/pyenv/pyenv-installer/master/bin/pyenv-installer | bash
117
117
ENV PATH="/root/.pyenv/shims:/root/.pyenv/bin:$PATH"
118
118
119
119
# #php
Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ RUN set -ex \
119
119
&& sh $RUBY_BUILD_SRC_DIR/install.sh
120
120
121
121
# #python
122
- RUN curl https://pyenv.run | bash
122
+ RUN curl -s -S -L https://raw.githubusercontent.com/pyenv/pyenv-installer/master/bin/pyenv-installer | bash
123
123
ENV PATH="/root/.pyenv/shims:/root/.pyenv/bin:$PATH"
124
124
125
125
# #php
Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ RUN set -ex \
113
113
&& sh $RUBY_BUILD_SRC_DIR/install.sh
114
114
115
115
# #python
116
- RUN curl https://pyenv.run | bash
116
+ RUN curl -s -S -L https://raw.githubusercontent.com/pyenv/pyenv-installer/master/bin/pyenv-installer | bash
117
117
ENV PATH="/root/.pyenv/shims:/root/.pyenv/bin:$PATH"
118
118
119
119
# #php
Original file line number Diff line number Diff line change @@ -158,7 +158,7 @@ RUN set -ex \
158
158
&& sh $RUBY_BUILD_SRC_DIR/install.sh
159
159
160
160
# python
161
- RUN curl https://pyenv.run | bash
161
+ RUN curl -s -S -L https://raw.githubusercontent.com/pyenv/pyenv-installer/master/bin/pyenv-installer | bash
162
162
ENV PATH="/root/.pyenv/shims:/root/.pyenv/bin:$PATH"
163
163
164
164
# php
Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ RUN set -ex \
125
125
&& sh $RUBY_BUILD_SRC_DIR/install.sh
126
126
127
127
# python
128
- RUN curl https://pyenv.run | bash
128
+ RUN curl -s -S -L https://raw.githubusercontent.com/pyenv/pyenv-installer/master/bin/pyenv-installer | bash
129
129
ENV PATH="/root/.pyenv/shims:/root/.pyenv/bin:$PATH"
130
130
131
131
# php
You can’t perform that action at this time.
0 commit comments