File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -7,4 +7,5 @@ RUN apk add curl --no-cache --update --virtual .build-deps && \
77 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 && \
88 apk add --allow-untrusted *.apk && \
99 rm *.apk && \
10- apk del curl --purge .build-deps
10+ apk del curl --purge .build-deps && \
11+ ln -s /usr/glibc-compat/lib/ld-2.22.so /usr/glibc-compat/lib/ld-linux.so.3
Original file line number Diff line number Diff line change @@ -7,4 +7,5 @@ RUN apk add curl --no-cache --update --virtual .build-deps && \
77 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 && \
88 apk add --allow-untrusted *.apk && \
99 rm *.apk && \
10- apk del curl --purge .build-deps
10+ apk del curl --purge .build-deps && \
11+ ln -s /usr/glibc-compat/lib/ld-2.22.so /usr/glibc-compat/lib/ld-linux.so.3
You can’t perform that action at this time.
0 commit comments