# HG changeset patch # User belknapSSDT # Date 1696001658 14400 # Node ID fbeadb9f1e4540def968a83517347e37244412bb # Parent a5ffb711a9e20ba17a4fd2065933729f6727284b USASR-5154 revert diff -r a5ffb711a9e2 -r fbeadb9f1e45 tomcat-17/Dockerfile --- a/tomcat-17/Dockerfile Fri Sep 29 11:29:02 2023 -0400 +++ b/tomcat-17/Dockerfile Fri Sep 29 11:34:18 2023 -0400 @@ -2,7 +2,7 @@ MAINTAINER Marc Davis -RUN cat /etc/lsb-release && apt-get install -y gnupg && apt-get install -y apt-transport-https \ +RUN cat /etc/lsb-release && apt-get update && apt-get install -y gnupg && apt-get install -y apt-transport-https \ && 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 \ && apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 871920D1991BC93C && apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 112695A0E562B32A \