Mercurial > public > ssdt-docker
changeset 495:ee980c0dc774
USASR-5154 try adding to sources.list
author | belknapSSDT <zach.belknap@mcoecn.org> |
---|---|
date | Fri, 29 Sep 2023 10:44:20 -0400 |
parents | d3c2c169e8eb |
children | a5ffb711a9e2 |
files | tomcat-17/Dockerfile |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/tomcat-17/Dockerfile Fri Sep 29 10:32:52 2023 -0400 +++ b/tomcat-17/Dockerfile Fri Sep 29 10:44:20 2023 -0400 @@ -2,8 +2,8 @@ MAINTAINER Marc Davis <davis@ssdt-ohio.org> -RUN cat /etc/lsb-release && 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 \ +RUN cat /etc/lsb-release && 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 && apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 112695A0E562B32A \ && apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys AA8E81B4331F7F50 && apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 04EE7237B7D453EC 648ACFD622F3D138 0E98404D386FA1D9 EF0F382A1A7B6500