This image solves the problem that there is no glibc in the alpine base image.
wget -q -O /etc/apk/keys/sgerrand.rsa.pub https://alpine-pkgs.sgerrand.com/sgerrand.rsa.pub
wget https://github.com/sgerrand/alpine-pkg-glibc/releases/download/2.35-r1/glibc-2.35-r1.apk
apk add glibc-2.35-r1.apk
Content type
Image
Digest
sha256:326c0c77a…
Size
7 MB
Last updated
over 1 year ago
docker pull biodockers/alpine