annotate tomcat/Dockerfile @ 70:b55117e40cd7

fix argument
author smith@nwoca.org
date Fri, 18 Mar 2016 01:24:12 +0100
parents 6a4ba408b8c4
children 53671513b240
rev   line source
9
b65e777478f3 remove admin script from image
smith@nwoca.org
parents: 7
diff changeset
1 FROM tomcat:8.0.30-jre8
4
b5534ea9a4cb initial tomcat dockerfile
smith@nwoca.org
parents:
diff changeset
2
b5534ea9a4cb initial tomcat dockerfile
smith@nwoca.org
parents:
diff changeset
3 MAINTAINER Dave Smith <smith@nwoca.org>
b5534ea9a4cb initial tomcat dockerfile
smith@nwoca.org
parents:
diff changeset
4
12
cbaf2e9ca770 DEP-7: install ms ttf fonts for jasper
smith@nwoca.org
parents: 9
diff changeset
5 RUN echo "ttf-mscorefonts-installer msttcorefonts/accepted-mscorefonts-eula select true" | debconf-set-selections \
cbaf2e9ca770 DEP-7: install ms ttf fonts for jasper
smith@nwoca.org
parents: 9
diff changeset
6 && echo 'deb http://httpredir.debian.org/debian jessie contrib' > /etc/apt/sources.list.d/jessie-contrib.list \