# HG changeset patch # User smith@nwoca.org # Date 1451168381 0 # Node ID cbaf2e9ca77030c685b3160ec8ed32e654e4f249 # Parent cf23acedd048860e006f91293a00a1ff79a2f82a DEP-7: install ms ttf fonts for jasper diff -r cf23acedd048 -r cbaf2e9ca770 tomcat/Dockerfile --- a/tomcat/Dockerfile Wed Dec 16 15:23:26 2015 +0000 +++ b/tomcat/Dockerfile Sat Dec 26 22:19:41 2015 +0000 @@ -2,6 +2,11 @@ MAINTAINER Dave Smith +RUN echo "ttf-mscorefonts-installer msttcorefonts/accepted-mscorefonts-eula select true" | debconf-set-selections \ + && echo 'deb http://httpredir.debian.org/debian jessie contrib' > /etc/apt/sources.list.d/jessie-contrib.list \ + && apt-get update \ + && apt-get install -y ttf-mscorefonts-installer + WORKDIR /usr/local/tomcat COPY setenv.sh bin/