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 \
113113 && sh $RUBY_BUILD_SRC_DIR/install.sh
114114
115115# #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
117117ENV PATH="/root/.pyenv/shims:/root/.pyenv/bin:$PATH"
118118
119119# #php
Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ RUN set -ex \
119119 && sh $RUBY_BUILD_SRC_DIR/install.sh
120120
121121# #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
123123ENV PATH="/root/.pyenv/shims:/root/.pyenv/bin:$PATH"
124124
125125# #php
Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ RUN set -ex \
113113 && sh $RUBY_BUILD_SRC_DIR/install.sh
114114
115115# #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
117117ENV PATH="/root/.pyenv/shims:/root/.pyenv/bin:$PATH"
118118
119119# #php
Original file line number Diff line number Diff line change @@ -158,7 +158,7 @@ RUN set -ex \
158158 && sh $RUBY_BUILD_SRC_DIR/install.sh
159159
160160# 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
162162ENV PATH="/root/.pyenv/shims:/root/.pyenv/bin:$PATH"
163163
164164# php
Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ RUN set -ex \
125125 && sh $RUBY_BUILD_SRC_DIR/install.sh
126126
127127# 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
129129ENV PATH="/root/.pyenv/shims:/root/.pyenv/bin:$PATH"
130130
131131# php
You can’t perform that action at this time.
0 commit comments