Skip to content

Commit

Permalink
fix: Install full azure-cli
Browse files Browse the repository at this point in the history
Signed-off-by: Francesc Arbona <[email protected]>
  • Loading branch information
xescab committed Jul 17, 2024
1 parent af73e62 commit cd76581
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ RUN apk update && \
rm -rf /var/cache/apk/*

RUN apk add gcc musl-dev python3-dev libffi-dev openssl-dev cargo make py3-pip && \
pip3 install --break-system-packages azure-cli-acr azure-identity
pip3 install --break-system-packages azure-cli

RUN mkdir -p /usr/local/bin
RUN mkdir -p /app/config
Expand Down

0 comments on commit cd76581

Please sign in to comment.