# HG changeset patch # User belknapSSDT # Date 1696005123 14400 # Node ID 0f62d58b02635a6d160df833b1761c3fe228e91a # Parent cabf3353a3598f49bc1a0da1e57a0f399907fb8a USASR-5154 remove listing diff -r cabf3353a359 -r 0f62d58b0263 tomcat-17/Dockerfile --- a/tomcat-17/Dockerfile Fri Sep 29 12:30:04 2023 -0400 +++ b/tomcat-17/Dockerfile Fri Sep 29 12:32:03 2023 -0400 @@ -2,7 +2,7 @@ MAINTAINER Marc Davis -RUN cat /etc/lsb-release && apt-get update && apt-get install -y gnupg && apt-get install -y apt-transport-https \ +RUN 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 \