Sign inSign up

danielwhatmuff/alpine-glibc-docker

By danielwhatmuff

Updated over 10 years ago

Alpine Linux with glibc compatibility.

Image
0

1.2K

danielwhatmuff/alpine-glibc-docker repository overview

Alpine Linux with glibc compatibility layer installed

Summary

  • C library installed on the Alpine Linux base image, enabling binaries to run which link to glibc libs
  • Provides a super small image to run C based executables upon
  • Intended for use as the FROM image in your Dockerfile danielwhatmuff/alpine-glibc-docker
  • glibc provided by the Github project alpine-pkg-glibc

Use as the FROM image in your Dockerfile

FROM danielwhatmuff/alpine-glibc-docker

RUN curl -o /usr/bin/some-c-program http://download.example.com/some-c-program

...
Contributing

File issues in GitHub to report bugs or issue a pull request to contribute.

Tag summary

Content type

Image

Digest

Size

4.9 MB

Last updated

over 10 years ago

docker pull danielwhatmuff/alpine-glibc-docker