# HG changeset patch # User belknapSSDT # Date 1695994862 14400 # Node ID 47bc2fdeb1a47021d8ef952b1d4f870d2aeccd08 # Parent b7d2ce303401e01aeeae81c67936a1699f854b02 USASR-5154 remove keyring diff -r b7d2ce303401 -r 47bc2fdeb1a4 tomcat-17/Dockerfile --- a/tomcat-17/Dockerfile Fri Sep 29 09:23:32 2023 -0400 +++ b/tomcat-17/Dockerfile Fri Sep 29 09:41:02 2023 -0400 @@ -2,7 +2,7 @@ MAINTAINER Marc Davis -RUN apt-get update && apt-get install -y gnupg && apt-get install -y apt-transport-https && apt-get install debian-archive-keyring && apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 871920D1991BC93C \ +RUN apt-get update && apt-get install -y gnupg && apt-get install -y apt-transport-https && apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 871920D1991BC93C \ && apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 112695A0E562B32A && apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys AA8E81B4331F7F50 RUN apt-get update && apt-get install -y x11-common && apt-get install -y libtinfo5 && apt-get install -y libgpm2