# HG changeset patch # User belknapSSDT # Date 1695996007 14400 # Node ID 3d188208caafd4e32bb381cf0e9e071e2b02329d # Parent 2aa2901bac4751c7fbbff48aab94778e123d8765 USASR-5154 removed installs diff -r 2aa2901bac47 -r 3d188208caaf tomcat-17/Dockerfile --- 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