Mercurial > public > ssdt-docker
comparison tomcat-17/Dockerfile @ 450:7c8132960e80
USASR-5154 list keys
author | belknapSSDT <zach.belknap@mcoecn.org> |
---|---|
date | Wed, 27 Sep 2023 16:43:52 -0400 |
parents | 59463d425785 |
children | 4fafbb9b743b |
comparison
equal
deleted
inserted
replaced
449:59463d425785 | 450:7c8132960e80 |
---|---|
1 FROM tomcat:8.5.93-jre17 | 1 FROM tomcat:8.5.93-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 9D6D8F6BC857C906 \ | 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 9D6D8F6BC857C906 \ |
6 && apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys AA8E81B4331F7F50 \ | 6 && apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys AA8E81B4331F7F50 && apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 8B48AD6246925553 \ |
7 && apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 7638D0442B90D010 && apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys CBF8D6FD518E17E1 \ | |
7 && apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 871920D1991BC93C | 8 && apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 871920D1991BC93C |
9 | |
10 RUN sudo apt-key list | |
8 | 11 |
9 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 \ | 12 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 && 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 | 13 && 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 |
11 | 14 |
12 RUN apt-get install debian-archive-keyring && apt-key update | 15 RUN apt-get install debian-archive-keyring && apt-key update |