File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ FROM $BUILD_FROM
33
44ARG \
55 PYTHON_VERSION \
6- PIP_VERSION \
76 CERT_IDENTITY \
87 CERT_OIDC_ISSUER \
98 QEMU_CPU
@@ -110,6 +109,8 @@ RUN \
110109 && ln -s python3 python \
111110 && ln -s python3-config python-config
112111
112+ ARG PIP_VERSION
113+
113114RUN set -ex; \
114115 \
115116 apk add --no-cache --virtual .fetch-deps openssl; \
Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ FROM $BUILD_FROM
33
44ARG \
55 PYTHON_VERSION \
6- PIP_VERSION \
76 CERT_IDENTITY \
87 CERT_OIDC_ISSUER \
98 QEMU_CPU
@@ -110,6 +109,8 @@ RUN \
110109 && ln -s python3 python \
111110 && ln -s python3-config python-config
112111
112+ ARG PIP_VERSION
113+
113114RUN set -ex; \
114115 \
115116 apk add --no-cache --virtual .fetch-deps openssl; \
Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ FROM $BUILD_FROM
33
44ARG \
55 PYTHON_VERSION \
6- PIP_VERSION \
76 CERT_IDENTITY \
87 CERT_OIDC_ISSUER \
98 QEMU_CPU
@@ -111,6 +110,8 @@ RUN \
111110 && ln -s python3 python \
112111 && ln -s python3-config python-config
113112
113+ ARG PIP_VERSION
114+
114115RUN set -ex; \
115116 \
116117 apk add --no-cache --virtual .fetch-deps openssl; \
You can’t perform that action at this time.
0 commit comments