We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5366cc1 commit 0154a7bCopy full SHA for 0154a7b
Dockerfile
@@ -17,6 +17,8 @@ RUN apk update && \
17
apk add ca-certificates git openssh-client python3 py3-pip && \
18
pip3 install --upgrade pip && \
19
pip3 install awscli && \
20
+ apk add gcc musl-dev python3-dev libffi-dev openssl-dev cargo make && \
21
+ pip3 install azure-cli && \
22
rm -rf /var/cache/apk/*
23
24
RUN mkdir -p /usr/local/bin
0 commit comments