# HG changeset patch # User belknapSSDT # Date 1716476339 14400 # Node ID ef664849a72aa1249846dad9f2acd1af9a386608 # Parent 67c28d5e790425d221b9d189d0a78a4894e9cb0d add && diff -r 67c28d5e7904 -r ef664849a72a tomcat-17/Dockerfile --- a/tomcat-17/Dockerfile Thu May 23 10:48:43 2024 -0400 +++ b/tomcat-17/Dockerfile Thu May 23 10:58:59 2024 -0400 @@ -6,7 +6,7 @@ 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 112695A0E562B32A AA8E81B4331F7F50 04EE7237B7D453EC 648ACFD622F3D138 0E98404D386FA1D9 EF0F382A1A7B6500 + && apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 871920D1991BC93C 112695A0E562B32A AA8E81B4331F7F50 04EE7237B7D453EC 648ACFD622F3D138 0E98404D386FA1D9 EF0F382A1A7B6500 RUN apt-get update && apt-get install -y x11-common