Skip to content

Commit ed48481

Browse files
committed
Minor fix
1 parent 57469a7 commit ed48481

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

alpine.dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

3535
ARG JP_VERSION="0.2.1"
3636

3737
WORKDIR azure-cli
3838
COPY . /azure-cli
3939
RUN 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 \

0 commit comments

Comments
 (0)