Skip to content

Commit

Permalink
Merge pull request #12 from docker/noIntermediate
Browse files Browse the repository at this point in the history
bugfix in dockerfile
  • Loading branch information
pcaskey authored Jun 6, 2017
2 parents 6aebd1d + b507c9b commit 7ed9b56
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ RUN mkdir -p "$CATALINA_HOME"

# Not having trouble with this locally [JVF]
# see https://www.apache.org/dist/tomcat/tomcat-8/KEYS
# RUN set -ex \
### RUN set -ex \
# && for key in \
# 05AB33110949707C93A279E3D3EFE6B686867BA6 \
# 07E48665A34DCAFAE522E5E6266191C37C037D42 \
Expand All @@ -159,7 +159,6 @@ RUN mkdir -p "$CATALINA_HOME"

#WORKDIR $CATALINA_HOME
RUN set -x \
\
&& wget -q -O $CATALINA_HOME/tomcat.tar.gz "$TOMCAT_TGZ_URL" \
&& wget -q -O $CATALINA_HOME/tomcat.tar.gz.asc "$TOMCAT_TGZ_URL.asc" \
# && gpg --batch --verify $CATALINA_HOME/tomcat.tar.gz.asc $CATALINA_HOME/tomcat.tar.gz \
Expand Down

0 comments on commit 7ed9b56

Please sign in to comment.