changeset 12:cbaf2e9ca770

DEP-7: install ms ttf fonts for jasper
author smith@nwoca.org
date Sat, 26 Dec 2015 22:19:41 +0000
parents cf23acedd048
children 82b5ed864aee
files tomcat/Dockerfile
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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 <smith@nwoca.org>
 
+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/