Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bulid a new image error base on jeanblanchard/alpine-glibc:latest #13

Open
luckypolaris opened this issue Feb 7, 2021 · 0 comments
Open

Comments

@luckypolaris
Copy link

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/*

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant