gocd / docker-gocd-agent

GoCD Agent Docker image
https://hub.docker.com/r/gocd/
47 stars 37 forks source link

Force install `nss` to get `libnss3.so` onto alpine images to fix broken openjdk8 packages #99

Closed marques-work closed 5 years ago

marques-work commented 5 years ago

The alpine openjdk8 package has removed nss from its dependencies, even though it actually needs it, as of openjdk8-jre-base-8.201.08-r0. This ought to be fixed in later releases, per https://github.com/docker-library/openjdk/pull/294.