Mercurial > public > ssdt-docker
changeset 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 | 4b8eb7301ae0 |
children | 48a6e3795a1f |
files | tomcat/Dockerfile |
diffstat | 1 files changed, 6 insertions(+), 0 deletions(-) [+] |
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/