Mercurial > public > ssdt-docker
comparison tomcat-17/Dockerfile @ 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 |
comparison
equal
deleted
inserted
replaced
566:19e78679e017 | 567:09607475c22d |
---|---|
1 FROM tomcat:9.0.89-jdk17-temurin-jammy | 1 FROM tomcat:9.0.89-jdk17-temurin-jammy |
2 | 2 |
3 MAINTAINER Marc Davis <davis@ssdt-ohio.org> | 3 MAINTAINER Marc Davis <davis@ssdt-ohio.org> |
4 | |
4 | 5 |
5 RUN apt-get update && apt-get install -y gnupg && apt-get install -y apt-transport-https \ | 6 RUN apt-get update && apt-get install -y gnupg && apt-get install -y apt-transport-https \ |
6 && 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 \ | 7 && 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 \ |
7 && 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 \ | 8 && 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 \ |
8 && apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 871920D1991BC93C 112695A0E562B32A AA8E81B4331F7F50 04EE7237B7D453EC 648ACFD622F3D138 0E98404D386FA1D9 EF0F382A1A7B6500 | 9 && apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 871920D1991BC93C 112695A0E562B32A AA8E81B4331F7F50 04EE7237B7D453EC 648ACFD622F3D138 0E98404D386FA1D9 EF0F382A1A7B6500 |