comparison tomcat/Dockerfile @ 81:53671513b240

DEP-10: add timezone and locale settings. add java base image. add native APR for tomcat
author smith@nwoca.org
date Mon, 11 Apr 2016 17:46:42 -0400
parents 6a4ba408b8c4
children 120fc16ea511
comparison
equal deleted inserted replaced
80:5c093612ce89 81:53671513b240
1 FROM tomcat:8.0.30-jre8 1 FROM tomcat:8.0.33-jre8
2 2
3 MAINTAINER Dave Smith <smith@nwoca.org> 3 MAINTAINER Dave Smith <smith@nwoca.org>
4 4
5 RUN echo "ttf-mscorefonts-installer msttcorefonts/accepted-mscorefonts-eula select true" | debconf-set-selections \ 5 RUN echo "ttf-mscorefonts-installer msttcorefonts/accepted-mscorefonts-eula select true" | debconf-set-selections \
6 && echo 'deb http://httpredir.debian.org/debian jessie contrib' > /etc/apt/sources.list.d/jessie-contrib.list \ 6 && echo 'deb http://httpredir.debian.org/debian jessie contrib' > /etc/apt/sources.list.d/jessie-contrib.list \
12 COPY setenv.sh bin/ 12 COPY setenv.sh bin/
13 COPY tomcat-users.xml server.xml context.xml conf/ 13 COPY tomcat-users.xml server.xml context.xml conf/
14 14
15 RUN rm -rf webapps/docs webapps/ROOT webapps/examples webapps/docs webapps/host-manager \ 15 RUN rm -rf webapps/docs webapps/ROOT webapps/examples webapps/docs webapps/host-manager \
16 && chmod +x bin/setenv.sh 16 && chmod +x bin/setenv.sh
17
18 ENV TZ=America/New_York
19
20 ENV LD_LIBRARY_PATH ${LD_LIBRARY_PATH}:/usr/lib/x86_64-linux-gnu/
21
22 RUN apt-get install -y libtcnative-1