We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5328111 commit 5042884Copy full SHA for 5042884
Dockerfile
@@ -17,6 +17,8 @@ RUN GLIBC_VERSION="2.35-r1" && \
17
curl -Lo glibc.apk "https://github.com/sgerrand/alpine-pkg-glibc/releases/download/${GLIBC_VERSION}/glibc-${GLIBC_VERSION}.apk" && \
18
apk add --force-overwrite glibc.apk && \
19
apk del curl && \
20
- rm -rf glibc.apk
+ rm -rf glibc.apk && \
21
+ mkdir -p /lib64 && \
22
+ ln -s /usr/glibc-compat/lib/ld-linux-x86-64.so.2 /lib64/ld-linux-x86-64.so.2
23
24
LABEL org.opencontainers.image.source https://github.com/XboxDev/nxdk-buildbase
0 commit comments