Mercurial > public > ssdt-docker
changeset 499:d51e12ec50cd
USASR-5154 remove postgres install
author | belknapSSDT <zach.belknap@mcoecn.org> |
---|---|
date | Fri, 29 Sep 2023 11:49:41 -0400 |
parents | 0157a9283e5c |
children | d1b34e29916f |
files | tomcat-17/Dockerfile |
diffstat | 1 files changed, 1 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/tomcat-17/Dockerfile Fri Sep 29 11:40:21 2023 -0400 +++ b/tomcat-17/Dockerfile Fri Sep 29 11:49:41 2023 -0400 @@ -20,12 +20,7 @@ && apt-get clean \ && 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