Skip to content

Commit 413d13a

Browse files
authored
{Packaging} Use latest setuptools in Alpine docker image (Azure#29433)
1 parent b3543a4 commit 413d13a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

alpine.dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ ARG JP_VERSION="0.2.1"
3636

3737
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 \
3838
&& 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 \
39+
&& update-ca-certificates && pip install --upgrade pip setuptools && cd /azure-cli && ./scripts/install_full.sh && python ./scripts/trim_sdk.py \
4040
&& cat /azure-cli/az.completion > ~/.bashrc \
4141
&& dos2unix /root/.bashrc /usr/local/bin/az \
4242
&& 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

Comments
 (0)