Skip to content

Commit

Permalink
Merge pull request #21 from ramekris3163/feat/fixstaticlinkedexecutab…
Browse files Browse the repository at this point in the history
…leinalpine

feat: add libc6-compat library to fix dynamic linking issue in alpine…
  • Loading branch information
chivalryq authored Feb 8, 2023
2 parents d34e261 + a5d5f6c commit a9d00f5
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 @@ -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
Expand Down

0 comments on commit a9d00f5

Please sign in to comment.