diff tomcat/Dockerfile @ 117:912933cacd29

DEP-12: add experimental postgres-client to tomcat image
author smith@nwoca.org
date Fri, 28 Apr 2017 13:54:20 -0400
parents 151bd88f6c56
children d64806928eca
line wrap: on
line diff
--- a/tomcat/Dockerfile	Thu Apr 27 17:51:12 2017 -0400
+++ b/tomcat/Dockerfile	Fri Apr 28 13:54:20 2017 -0400
@@ -11,6 +11,12 @@
     && apt-get autoremove -y \
     && rm -rf /var/lib/apt/lists/*
     
+RUN apt-get update \
+    && apt-get install -y postgresql-client  \
+    && apt-get clean \
+    && apt-get autoremove -y \
+    && rm -rf /var/lib/apt/lists/*
+
 WORKDIR /usr/local/tomcat
 
 COPY setenv.sh bin/