Skip to content

Commit

Permalink
Fixes #21 - manually links ld-linux.so.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jaymoulin committed Sep 17, 2019
1 parent 07a04f2 commit 78c3fdf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion docker/aarch64/Dockerfile.template
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ RUN apk add curl --no-cache --update --virtual .build-deps && \
curl -Lo glibc-i18n-2.26-r1.apk https://raw.githubusercontent.com/athalonis/docker-alpine-rpi-glibc-builder/master/glibc-i18n-2.26-r1.apk && \
apk add --allow-untrusted *.apk && \
rm *.apk && \
apk del curl --purge .build-deps
apk del curl --purge .build-deps && \
ln -s /usr/glibc-compat/lib/ld-2.22.so /usr/glibc-compat/lib/ld-linux.so.3
3 changes: 2 additions & 1 deletion docker/arm64v8/Dockerfile.template
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ RUN apk add curl --no-cache --update --virtual .build-deps && \
curl -Lo glibc-i18n-2.26-r1.apk https://raw.githubusercontent.com/athalonis/docker-alpine-rpi-glibc-builder/master/glibc-i18n-2.26-r1.apk && \
apk add --allow-untrusted *.apk && \
rm *.apk && \
apk del curl --purge .build-deps
apk del curl --purge .build-deps && \
ln -s /usr/glibc-compat/lib/ld-2.22.so /usr/glibc-compat/lib/ld-linux.so.3

0 comments on commit 78c3fdf

Please sign in to comment.