Skip to content

Commit

Permalink
Add libfontconfig1 explicitly to openjdk-8-jre for https://bugs.debia…
Browse files Browse the repository at this point in the history
  • Loading branch information
tianon committed Aug 20, 2015
1 parent 777c08c commit 0f82de1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions openjdk-8-jre/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,9 @@ RUN set -x \
# see CA_CERTIFICATES_JAVA_VERSION notes above
RUN /var/lib/dpkg/info/ca-certificates-java.postinst configure

# see https://bugs.debian.org/793210
# and https://github.com/docker-library/java/issues/46#issuecomment-119026586
RUN apt-get update && apt-get install -y --no-install-recommends libfontconfig1 && rm -rf /var/lib/apt/lists/*

# If you're reading this and have any feedback on how this image could be
# improved, please open an issue or a pull request so we can discuss it!

0 comments on commit 0f82de1

Please sign in to comment.