diff --git a/Dockerfile b/Dockerfile index 6e38e6b..e7ff2f9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ RUN \ apk update && \ apk add bash py-pip && \ apk add --virtual=build gcc libffi-dev musl-dev openssl-dev python3-dev make && \ - 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 && \ pip --no-cache-dir install -U pip && \ pip install azure-cli && \ apk del --purge build