changeset 567:09607475c22d

try java_opts again
author belknapSSDT <zach.belknap@mcoecn.org>
date Fri, 24 May 2024 15:14:30 -0400
parents 19e78679e017
children d1050dda4be2
files tomcat-17/Dockerfile
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/tomcat-17/Dockerfile	Fri May 24 15:10:58 2024 -0400
+++ b/tomcat-17/Dockerfile	Fri May 24 15:14:30 2024 -0400
@@ -2,6 +2,7 @@
 
 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 \