# HG changeset patch # User smith@nwoca.org # Date 1493402060 14400 # Node ID 912933cacd29800736f6220fb41a3d34de320cfc # Parent 4b8eb7301ae0497c93117c967b144c2de00be574 DEP-12: add experimental postgres-client to tomcat image diff -r 4b8eb7301ae0 -r 912933cacd29 tomcat/Dockerfile --- 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/