File tree Expand file tree Collapse file tree 3 files changed +15
-15
lines changed Expand file tree Collapse file tree 3 files changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -15,11 +15,11 @@ RUN gpg --keyserver pool.sks-keyservers.net --recv-keys \
15
15
16
16
RUN set -x \
17
17
&& mkdir -p /usr/src/python \
18
- && curl -SL "https://www.python.org/ftp/python/$PYTHON_VERSION/Python-$PYTHON_VERSION.tar.xz" -o "Python-$PYTHON_VERSION .tar.xz" \
19
- && curl -SL "https://www.python.org/ftp/python/$PYTHON_VERSION/Python-$PYTHON_VERSION.tar.xz.asc" -o "Python-$PYTHON_VERSION .tar.xz.asc" \
20
- && gpg --verify "Python-$PYTHON_VERSION .tar.xz.asc" \
21
- && tar -xJC /usr/src/python --strip-components=1 -f "Python-$PYTHON_VERSION .tar.xz" \
22
- && rm "Python-$PYTHON_VERSION .tar.xz" * \
18
+ && curl -SL "https://www.python.org/ftp/python/$PYTHON_VERSION/Python-$PYTHON_VERSION.tar.xz" -o python .tar.xz \
19
+ && curl -SL "https://www.python.org/ftp/python/$PYTHON_VERSION/Python-$PYTHON_VERSION.tar.xz.asc" -o python .tar.xz.asc \
20
+ && gpg --verify python .tar.xz.asc \
21
+ && tar -xJC /usr/src/python --strip-components=1 -f python .tar.xz \
22
+ && rm python .tar.xz* \
23
23
&& cd /usr/src/python \
24
24
&& ./configure --enable-shared \
25
25
&& make -j$(nproc) \
Original file line number Diff line number Diff line change @@ -15,11 +15,11 @@ RUN gpg --keyserver pool.sks-keyservers.net --recv-keys \
15
15
16
16
RUN set -x \
17
17
&& mkdir -p /usr/src/python \
18
- && curl -SL "https://www.python.org/ftp/python/$PYTHON_VERSION/Python-$PYTHON_VERSION.tar.xz" -o "Python-$PYTHON_VERSION .tar.xz" \
19
- && curl -SL "https://www.python.org/ftp/python/$PYTHON_VERSION/Python-$PYTHON_VERSION.tar.xz.asc" -o "Python-$PYTHON_VERSION .tar.xz.asc" \
20
- && gpg --verify "Python-$PYTHON_VERSION .tar.xz.asc" \
21
- && tar -xJC /usr/src/python --strip-components=1 -f "Python-$PYTHON_VERSION .tar.xz" \
22
- && rm "Python-$PYTHON_VERSION .tar.xz" * \
18
+ && curl -SL "https://www.python.org/ftp/python/$PYTHON_VERSION/Python-$PYTHON_VERSION.tar.xz" -o python .tar.xz \
19
+ && curl -SL "https://www.python.org/ftp/python/$PYTHON_VERSION/Python-$PYTHON_VERSION.tar.xz.asc" -o python .tar.xz.asc \
20
+ && gpg --verify python .tar.xz.asc \
21
+ && tar -xJC /usr/src/python --strip-components=1 -f python .tar.xz \
22
+ && rm python .tar.xz* \
23
23
&& cd /usr/src/python \
24
24
&& ./configure --enable-shared \
25
25
&& make -j$(nproc) \
Original file line number Diff line number Diff line change @@ -15,11 +15,11 @@ RUN gpg --keyserver pool.sks-keyservers.net --recv-keys \
15
15
16
16
RUN set -x \
17
17
&& mkdir -p /usr/src/python \
18
- && curl -SL "https://www.python.org/ftp/python/$PYTHON_VERSION/Python-$PYTHON_VERSION.tar.xz" -o "Python-$PYTHON_VERSION .tar.xz" \
19
- && curl -SL "https://www.python.org/ftp/python/$PYTHON_VERSION/Python-$PYTHON_VERSION.tar.xz.asc" -o "Python-$PYTHON_VERSION .tar.xz.asc" \
20
- && gpg --verify "Python-$PYTHON_VERSION .tar.xz.asc" \
21
- && tar -xJC /usr/src/python --strip-components=1 -f "Python-$PYTHON_VERSION .tar.xz" \
22
- && rm "Python-$PYTHON_VERSION .tar.xz" * \
18
+ && curl -SL "https://www.python.org/ftp/python/$PYTHON_VERSION/Python-$PYTHON_VERSION.tar.xz" -o python .tar.xz \
19
+ && curl -SL "https://www.python.org/ftp/python/$PYTHON_VERSION/Python-$PYTHON_VERSION.tar.xz.asc" -o python .tar.xz.asc \
20
+ && gpg --verify python .tar.xz.asc \
21
+ && tar -xJC /usr/src/python --strip-components=1 -f python .tar.xz \
22
+ && rm python .tar.xz* \
23
23
&& cd /usr/src/python \
24
24
&& ./configure --enable-shared \
25
25
&& make -j$(nproc) \
You can’t perform that action at this time.
0 commit comments