diff tomcat-17/Dockerfile @ 568:d1050dda4be2

back to catalina_opts
author belknapSSDT <zach.belknap@mcoecn.org>
date Fri, 24 May 2024 15:27:19 -0400
parents 09607475c22d
children 15609ee0fe4e
line wrap: on
line diff
--- a/tomcat-17/Dockerfile	Fri May 24 15:14:30 2024 -0400
+++ b/tomcat-17/Dockerfile	Fri May 24 15:27:19 2024 -0400
@@ -2,7 +2,6 @@
 
 MAINTAINER Marc Davis <davis@ssdt-ohio.org>
 
-
 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 \