Mercurial > public > ssdt-docker
changeset 548:a2f2776d4628
removed commands
author | belknapSSDT <zach.belknap@mcoecn.org> |
---|---|
date | Thu, 23 May 2024 10:03:04 -0400 |
parents | f346f19e322a |
children | 39326a8e4f3b |
files | tomcat-17/Dockerfile |
diffstat | 1 files changed, 0 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/tomcat-17/Dockerfile Thu May 23 00:00:08 2024 -0400 +++ b/tomcat-17/Dockerfile Thu May 23 10:03:04 2024 -0400 @@ -2,8 +2,6 @@ MAINTAINER Marc Davis <davis@ssdt-ohio.org> -SHELL ["cmd", "/S", "/C"] -RUN --add-exports=java.xml/com.sun.org.apache.xml.internal.serialize=ALL-UNNAMED 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 \ @@ -29,7 +27,6 @@ && apt-get autoremove -y \ && rm -rf /var/lib/apt/lists/* -SHELL ["cmd", "--add-exports=java.xml/com.sun.org.apache.xml.internal.serialize=ALL-UNNAMED"] WORKDIR /usr/local/tomcat