Skip to content

Commit 020c2a4

Browse files
Update pyenv install commands (#727)
1 parent 9fcc604 commit 020c2a4

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

al2/aarch64/standard/2.0/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
117117
ENV PATH="/root/.pyenv/shims:/root/.pyenv/bin:$PATH"
118118

119119
##php

al2/aarch64/standard/3.0/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
123123
ENV PATH="/root/.pyenv/shims:/root/.pyenv/bin:$PATH"
124124

125125
##php

al2/x86_64/standard/4.0/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
117117
ENV PATH="/root/.pyenv/shims:/root/.pyenv/bin:$PATH"
118118

119119
##php

ubuntu/standard/5.0/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
162162
ENV PATH="/root/.pyenv/shims:/root/.pyenv/bin:$PATH"
163163

164164
#php

ubuntu/standard/6.0/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
129129
ENV PATH="/root/.pyenv/shims:/root/.pyenv/bin:$PATH"
130130

131131
#php

0 commit comments

Comments
 (0)