Closed jherdman closed 6 years ago
I am unable to reproduce. Probably corrupt images. Try deleting them completely and pulling them again.
See also, https://github.com/docker/for-mac/issues/2327 (https://github.com/docker-library/openjdk/issues/169, https://github.com/docker-library/ruby/issues/180, https://github.com/docker-library/mysql/issues/372, https://github.com/docker/for-mac/issues/2542, https://github.com/docker-library/python/issues/260, https://github.com/docker-library/php/issues/594, https://github.com/docker-library/ruby/issues/195, https://github.com/docker-library/mongo/issues/251, https://github.com/docker-library/php/issues/599).
$ docker pull buildpack-deps:stretch
stretch: Pulling from library/buildpack-deps
c73ab1c6897b: Pull complete
1ab373b3deae: Pull complete
b542772b4177: Pull complete
57c8de432dbe: Pull complete
1785850988c5: Pull complete
Digest: sha256:889af006b4464deb95e123a47b014b68a0566bf4c21def0d0d137166d6892834
Status: Downloaded newer image for buildpack-deps:stretch
$ docker run -it --rm buildpack-deps:stretch
root@2c68729315d8:/# ldconfig
root@2c68729315d8:/# exit
Confirmed. Many thanks for taking the time to look into this.
Using this simple Dockerfile:
I see the following output:
I ran into this problem when trying to build a C extension for bcrypt_elixir that relies upon this image. Here's it error output:
Here are some details about my system: