changeset 566:19e78679e017

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