Skip to content

Commit

Permalink
Add glibc-2.35 missing symlink workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
thrimbor committed Jul 25, 2023
1 parent 5328111 commit 5042884
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ RUN GLIBC_VERSION="2.35-r1" && \
curl -Lo glibc.apk "https://github.com/sgerrand/alpine-pkg-glibc/releases/download/${GLIBC_VERSION}/glibc-${GLIBC_VERSION}.apk" && \
apk add --force-overwrite glibc.apk && \
apk del curl && \
rm -rf glibc.apk
rm -rf glibc.apk && \
mkdir -p /lib64 && \
ln -s /usr/glibc-compat/lib/ld-linux-x86-64.so.2 /lib64/ld-linux-x86-64.so.2

LABEL org.opencontainers.image.source https://github.com/XboxDev/nxdk-buildbase

0 comments on commit 5042884

Please sign in to comment.