Skip to content

Commit

Permalink
updated ant
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Sep 19, 2017
1 parent 774660c commit e9fe8b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web-base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ RUN yum update -y \
&& echo 'Downloading Tomcat...' \
&& wget -q -O tomcat.tar.gz "$TOMCAT_TGZ_URL" \
&& echo "e0c8b5f2c5ac4bea302d50101cac46b57947a920 tomcat.tar.gz" | sha1sum -c - \
&& tar -zxf tomcat.tar.gz -d /opt \
&& tar -zxf tomcat.tar.gz -C /opt \
&& rm tomcat.tar.gz \
&& find /opt/apache-tomcat-$TOMCAT_VERSION/bin/ -name "*.sh" -exec chmod a+x {} \; \
\
Expand Down

0 comments on commit e9fe8b6

Please sign in to comment.