We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3543a4 commit 413d13aCopy full SHA for 413d13a
alpine.dockerfile
@@ -36,7 +36,7 @@ ARG JP_VERSION="0.2.1"
36
37
RUN --mount=type=bind,target=/azure-cli,source=./,rw apk add --no-cache ca-certificates bash bash-completion libintl icu-libs libc6-compat jq openssh-keygen \
38
&& apk add --no-cache --virtual .build-deps gcc musl-dev linux-headers libffi-dev curl \
39
- && update-ca-certificates && cd /azure-cli && ./scripts/install_full.sh && python ./scripts/trim_sdk.py \
+ && update-ca-certificates && pip install --upgrade pip setuptools && cd /azure-cli && ./scripts/install_full.sh && python ./scripts/trim_sdk.py \
40
&& cat /azure-cli/az.completion > ~/.bashrc \
41
&& dos2unix /root/.bashrc /usr/local/bin/az \
42
&& arch=$(arch | sed s/aarch64/arm64/ | sed s/x86_64/amd64/) && curl -L https://github.com/jmespath/jp/releases/download/${JP_VERSION}/jp-linux-$arch -o /usr/local/bin/jp \
0 commit comments