Skip to content

Commit

Permalink
chore: fix azure container build
Browse files Browse the repository at this point in the history
  • Loading branch information
edvald authored and thsig committed Mar 2, 2021
1 parent b841837 commit 82ff9a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion support/azure.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM gardendev/garden:${TAG}
# Build dependencies
RUN apk add --virtual=build gcc libffi-dev musl-dev openssl-dev make \
# Runtime dependency
&& apk add python3-dev \
&& apk add python3-dev && pip3 install -U pip \
# Actual azure cli
&& pip3 --no-cache-dir install azure-cli \
# Remove build dependencies
Expand Down

0 comments on commit 82ff9a3

Please sign in to comment.