changeset 491:3d188208caaf

USASR-5154 removed installs
author belknapSSDT <zach.belknap@mcoecn.org>
date Fri, 29 Sep 2023 10:00:07 -0400
parents 2aa2901bac47
children 1f385aabad4f
files tomcat-17/Dockerfile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tomcat-17/Dockerfile	Fri Sep 29 09:51:22 2023 -0400
+++ b/tomcat-17/Dockerfile	Fri Sep 29 10:00:07 2023 -0400
@@ -6,7 +6,7 @@
     && apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 112695A0E562B32A && apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys AA8E81B4331F7F50 \
     && apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 04EE7237B7D453EC 648ACFD622F3D138 0E98404D386FA1D9 EF0F382A1A7B6500
 
-RUN apt-get update && apt-get install -y x11-common && apt-get install -y libtinfo5 && apt-get install -y libgpm2
+RUN apt-get update && apt-get install -y x11-common
 
 RUN gpg --no-default-keyring --keyring /etc/apt/trusted.gpg.d/ubuntu-keyring-2012-cdimage.gpg  --export > /etc/apt/trusted.gpg.d/ubuntu-keyring.fixed.gpg \
     && gpg --no-default-keyring --keyring /etc/apt/trusted.gpg.d/ubuntu-keyring-2018-archive.gpg  --export > /etc/apt/trusted.gpg.d/ubuntu-keyring.fixed.gpg