We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d34e261 + a5d5f6c commit a9d00f5Copy full SHA for a9d00f5
Dockerfile
@@ -4,7 +4,7 @@ RUN \
4
apk update && \
5
apk add bash py-pip && \
6
apk add --virtual=build gcc libffi-dev musl-dev openssl-dev python3-dev make && \
7
- apk add curl jq python3 ca-certificates git openssl unzip wget mysql-client && \
+ apk add curl jq python3 ca-certificates git openssl unzip wget mysql-client libc6-compat && \
8
pip --no-cache-dir install -U pip && \
9
pip install azure-cli && \
10
apk del --purge build
0 commit comments