Mercurial > public > ssdt-docker
changeset 496:a5ffb711a9e2
USASR-5154 remove update
author | belknapSSDT <zach.belknap@mcoecn.org> |
---|---|
date | Fri, 29 Sep 2023 11:29:02 -0400 |
parents | ee980c0dc774 |
children | fbeadb9f1e45 |
files | tomcat-17/Dockerfile |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/tomcat-17/Dockerfile Fri Sep 29 10:44:20 2023 -0400 +++ b/tomcat-17/Dockerfile Fri Sep 29 11:29:02 2023 -0400 @@ -2,7 +2,7 @@ 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 \ +RUN cat /etc/lsb-release && 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 \