Skip to content

Commit

Permalink
Add openssh-keygen
Browse files Browse the repository at this point in the history
  • Loading branch information
bebound committed Oct 19, 2023
1 parent acc0cd5 commit 57469a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions alpine.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ LABEL maintainer="Microsoft" \
org.label-schema.docker.cmd="docker run -v \${HOME}/.azure:/root/.azure -it mcr.microsoft.com/azure-cli:$CLI_VERSION"


# ca-certificates bash bash-completion jq jp - for convenience
# ca-certificates bash bash-completion jq jp openssh-keygen - for convenience
# libintl icu-libs - required by azure-devops https://github.com/Azure/azure-cli/pull/9683
# libc6-compat - required by az storage blob sync https://github.com/Azure/azure-cli/issues/10381
# gcc python3-dev musl-dev linux-headers libffi-dev - temporarily required by psutil
Expand All @@ -36,7 +36,7 @@ ARG JP_VERSION="0.2.1"

WORKDIR azure-cli
COPY . /azure-cli
RUN apk add --no-cache ca-certificates bash bash-completion libintl icu-libs libc6-compat jq \
RUN apk add --no-cache ca-certificates bash bash-completion libintl icu-libs libc6-compat jq openssh-keygen \
&& apk add --no-cache --virtual .build-deps gcc python3-dev musl-dev linux-headers libffi-dev curl \
&& update-ca-certificates && ./scripts/install_full.sh && python ./scripts/trim_sdk.py \
&& cat /azure-cli/az.completion > ~/.bashrc \
Expand Down

0 comments on commit 57469a7

Please sign in to comment.