diff 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
line wrap: on
line diff
--- a/tomcat/Dockerfile	Fri Apr 08 21:40:03 2016 +0100
+++ b/tomcat/Dockerfile	Mon Apr 11 17:46:42 2016 -0400
@@ -1,4 +1,4 @@
-FROM tomcat:8.0.30-jre8
+FROM tomcat:8.0.33-jre8
 
 MAINTAINER Dave Smith <smith@nwoca.org>
 
@@ -14,3 +14,9 @@
 
 RUN rm -rf webapps/docs webapps/ROOT webapps/examples webapps/docs webapps/host-manager \
 	&& chmod +x bin/setenv.sh
+	
+ENV TZ=America/New_York
+
+ENV LD_LIBRARY_PATH ${LD_LIBRARY_PATH}:/usr/lib/x86_64-linux-gnu/
+
+RUN apt-get install -y libtcnative-1
\ No newline at end of file