We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e8eb48 commit 6e7be07Copy full SHA for 6e7be07
images/installer/Dockerfile.upi.ci
@@ -60,11 +60,6 @@ RUN yum update -y && \
60
COPY --from=yq3 /yq /bin/yq-go
61
COPY --from=yq4 /usr/bin/yq /bin/yq-v4
62
63
-ARG ALIYUN_URI=https://aliyuncli.alicdn.com/aliyun-cli-linux-latest-amd64.tgz
64
-RUN curl -sSL "${ALIYUN_URI}" --output /tmp/aliyun-cli-linux-latest-amd64.tgz && \
65
- tar --directory=/bin/ -xvf /tmp/aliyun-cli-linux-latest-amd64.tgz && \
66
- rm -f /tmp/aliyun-cli-linux-latest-amd64.tgz
67
-
68
# Not packaged, but required by gcloud. See https://cloud.google.com/sdk/crypto
69
# Pin version because of https://github.com/GoogleCloudPlatform/gsutil/issues/1753
70
RUN pip-3 install cryptography pyOpenSSL==23.2.0
0 commit comments