comparison tomcat-17/Dockerfile @ 489:47bc2fdeb1a4

USASR-5154 remove keyring
author belknapSSDT <zach.belknap@mcoecn.org>
date Fri, 29 Sep 2023 09:41:02 -0400
parents b7d2ce303401
children 2aa2901bac47
comparison
equal deleted inserted replaced
488:b7d2ce303401 489:47bc2fdeb1a4
1 FROM tomcat:9.0.80-jre17 1 FROM tomcat:9.0.80-jre17
2 2
3 MAINTAINER Marc Davis <davis@ssdt-ohio.org> 3 MAINTAINER Marc Davis <davis@ssdt-ohio.org>
4 4
5 RUN apt-get update && apt-get install -y gnupg && apt-get install -y apt-transport-https && apt-get install debian-archive-keyring && apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 871920D1991BC93C \ 5 RUN apt-get update && apt-get install -y gnupg && apt-get install -y apt-transport-https && apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 871920D1991BC93C \
6 && apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 112695A0E562B32A && apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys AA8E81B4331F7F50 6 && apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 112695A0E562B32A && apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys AA8E81B4331F7F50
7 7
8 RUN apt-get update && apt-get install -y x11-common && apt-get install -y libtinfo5 && apt-get install -y libgpm2 8 RUN apt-get update && apt-get install -y x11-common && apt-get install -y libtinfo5 && apt-get install -y libgpm2
9 9
10 RUN 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 \ 10 RUN 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 \