File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -27,17 +27,17 @@ LABEL maintainer="Microsoft" \
2727
2828
2929# ca-certificates bash bash-completion jq jp openssh-keygen - for convenience
30- # libintl icu-libs - required by azure-devops https://github.com/Azure/azure-cli/pull/9683
30+ # libintl icu-libs - required by azure-devops extension https://github.com/Azure/azure-cli/pull/9683
3131# libc6-compat - required by az storage blob sync https://github.com/Azure/azure-cli/issues/10381
32- # gcc python3-dev musl-dev linux-headers libffi-dev - temporarily required by psutil
32+ # gcc musl-dev linux-headers libffi-dev - temporarily required by psutil
3333# curl - temporarily required by jp
3434
3535ARG JP_VERSION="0.2.1"
3636
3737WORKDIR azure-cli
3838COPY . /azure-cli
3939RUN apk add --no-cache ca-certificates bash bash-completion libintl icu-libs libc6-compat jq openssh-keygen \
40- && apk add --no-cache --virtual .build-deps gcc python3-dev musl-dev linux-headers libffi-dev curl \
40+ && apk add --no-cache --virtual .build-deps gcc musl-dev linux-headers libffi-dev curl \
4141 && update-ca-certificates && ./scripts/install_full.sh && python ./scripts/trim_sdk.py \
4242 && cat /azure-cli/az.completion > ~/.bashrc \
4343 && dos2unix /root/.bashrc /usr/local/bin/az \
You can’t perform that action at this time.
0 commit comments