changeset 444:07ba7630da44

USASR-5154 removed &&
author belknapSSDT <zach.belknap@mcoecn.org>
date Wed, 27 Sep 2023 14:53:28 -0400
parents 955953447f5c
children 15a263e509ac
files tomcat-17/Dockerfile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tomcat-17/Dockerfile	Wed Sep 27 14:48:01 2023 -0400
+++ b/tomcat-17/Dockerfile	Wed Sep 27 14:53:28 2023 -0400
@@ -2,7 +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 && apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 9D6D8F6BC857C906 \
+RUN apt-get update && apt-get install -y gnupg && apt-get install -y apt-transport-https && apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 9D6D8F6BC857C906 \
     && apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys AA8E81B4331F7F50
 
 RUN echo "deb http://archive.debian.org/debian/ jessie main contrib" > /etc/apt/sources.list \