You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I try to build a new image base on jeanblanchard/alpine-glibc:latest , but I get build issues around Executing glibc-bin-2.32-r0.trigger /usr/glibc-compat/sbin/ldconfig: /usr/glibc-compat/lib/ld-linux-x86-64.so.2 is not a symbolic link
my dockerfile: FROM jeanblanchard/alpine-glibc:latest LABEL maintainer="alex" RUN apk update && apk add curl bash && rm -rf /var/cache/apk/*
The text was updated successfully, but these errors were encountered:
I try to build a new image base on jeanblanchard/alpine-glibc:latest , but I get build issues around
Executing glibc-bin-2.32-r0.trigger /usr/glibc-compat/sbin/ldconfig: /usr/glibc-compat/lib/ld-linux-x86-64.so.2 is not a symbolic link
my dockerfile:
FROM jeanblanchard/alpine-glibc:latest LABEL maintainer="alex" RUN apk update && apk add curl bash && rm -rf /var/cache/apk/*
The text was updated successfully, but these errors were encountered: