Skip to content

Commit a9d00f5

Browse files
authored
Merge pull request #21 from ramekris3163/feat/fixstaticlinkedexecutableinalpine
feat: add libc6-compat library to fix dynamic linking issue in alpine…
2 parents d34e261 + a5d5f6c commit a9d00f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ RUN \
44
apk update && \
55
apk add bash py-pip && \
66
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 && \
7+
apk add curl jq python3 ca-certificates git openssl unzip wget mysql-client libc6-compat && \
88
pip --no-cache-dir install -U pip && \
99
pip install azure-cli && \
1010
apk del --purge build

0 commit comments

Comments
 (0)