# HG changeset patch # User belknapSSDT # Date 1716560255 14400 # Node ID 1dc9d2f60ddfa496e0697ca451f4907e70446164 # Parent 49fb5f1c2dbb69c648fed6c73a5b7fbd9bf45a97 remove certs diff -r 49fb5f1c2dbb -r 1dc9d2f60ddf tomcat-17/Dockerfile --- a/tomcat-17/Dockerfile Fri May 24 10:12:30 2024 -0400 +++ b/tomcat-17/Dockerfile Fri May 24 10:17:35 2024 -0400 @@ -3,7 +3,7 @@ MAINTAINER Marc Davis -RUN apt-get update && apt-get install ca-certifcates && 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 \ && sudo 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