changeset 252:30d959c35269

fix ant install
author smith@nwoca.org
date Wed, 23 May 2018 17:22:04 +0100
parents bb2791f6d619
children 538179e4c675
files bamboo-agent/Dockerfile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/bamboo-agent/Dockerfile	Wed May 23 17:19:07 2018 +0100
+++ b/bamboo-agent/Dockerfile	Wed May 23 17:22:04 2018 +0100
@@ -41,7 +41,7 @@
     curl -fL -o apache-ant-bin.tar.gz http://www.us.apache.org/dist//ant/binaries/apache-ant-${ANT_VERSION}-bin.tar.gz && \
     tar -xzf apache-ant-bin.tar.gz && \
     mv apache-ant-${ANT_VERSION} /opt/ant && \
-    rm apache-ant-${ANT_VERSION}-bin.tar.gz
+    rm apache-ant-bin.tar.gz
 ENV ANT_HOME /opt/ant
 ENV PATH ${PATH}:/opt/ant/bin