Skip to content

Commit 5042884

Browse files
committed
Add glibc-2.35 missing symlink workaround
1 parent 5328111 commit 5042884

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ RUN GLIBC_VERSION="2.35-r1" && \
1717
curl -Lo glibc.apk "https://github.com/sgerrand/alpine-pkg-glibc/releases/download/${GLIBC_VERSION}/glibc-${GLIBC_VERSION}.apk" && \
1818
apk add --force-overwrite glibc.apk && \
1919
apk del curl && \
20-
rm -rf glibc.apk
20+
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
2123

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

0 commit comments

Comments
 (0)