Mercurial > public > ssdt-docker
changeset 559:2ff7a9f6fc8d
add certificates
author | belknapSSDT <zach.belknap@mcoecn.org> |
---|---|
date | Fri, 24 May 2024 10:07:43 -0400 |
parents | cf823bddf7e3 |
children | 49fb5f1c2dbb |
files | tomcat-17/Dockerfile |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/tomcat-17/Dockerfile Thu May 23 12:21:55 2024 -0400 +++ b/tomcat-17/Dockerfile Fri May 24 10:07:43 2024 -0400 @@ -3,7 +3,7 @@ MAINTAINER Marc Davis <davis@ssdt-ohio.org> -RUN apt-get update && apt-get install -y gnupg && apt-get install -y apt-transport-https \ +RUN apt-get update && apt-get install ca-certifcates && apt-get install -y gnupg && apt-get install -y apt-transport-https \ && gpg --dearmor --no-default-keyring --keyring /etc/apt/trusted.gpg.d/ubuntu-keyring-2012-cdimage.gpg \ && gpg --dearmor --no-default-keyring --keyring /etc/apt/trusted.gpg.d/ubuntu-keyring-2018-archive.gpg \ && apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 871920D1991BC93C 112695A0E562B32A AA8E81B4331F7F50 04EE7237B7D453EC 648ACFD622F3D138 0E98404D386FA1D9 EF0F382A1A7B6500 \