Skip to content

Commit

Permalink
resolving missing symlink to ld-linux-x86-64.so.2
Browse files Browse the repository at this point in the history
Signed-off-by: Rocio Roman <[email protected]>
  • Loading branch information
rociomroman committed Jul 18, 2024
1 parent 4f92e25 commit ab1243e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions custom/hardened-alpine/experiment/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ RUN set -ex && \
do curl -sSL ${GLIBC_REPO}/releases/download/${GLIBC_VERSION}/${pkg}.apk -o /tmp/${pkg}.apk; done && \
apk add --allow-untrusted --force overwrite /tmp/*.apk && \
rm -v /tmp/*.apk && \
ln -sf /usr/glibc-compat/lib/ld-linux-x86-64.so.2 /lib && \
/usr/glibc-compat/sbin/ldconfig /lib /usr/glibc-compat/lib

# Change default shell from ash to bash
Expand Down

0 comments on commit ab1243e

Please sign in to comment.