# HG changeset patch # User belknapSSDT # Date 1716480807 14400 # Node ID 425041c5f79eff8bddada3e2bfdc520d84dfc910 # Parent eae4a6205738fb9d39b591780eef4c57d62885a9 dearmor keys diff -r eae4a6205738 -r 425041c5f79e tomcat-17/Dockerfile --- a/tomcat-17/Dockerfile Thu May 23 12:11:06 2024 -0400 +++ b/tomcat-17/Dockerfile Thu May 23 12:13:27 2024 -0400 @@ -6,7 +6,8 @@ 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 \ + && gpg --dearmor /etc/apt/trusted.gpg.d/ubuntu-keyring.fixed.gpg RUN apt-get update && apt-get install -y x11-common