diff bamboo-agent/Dockerfile @ 258:0fae07b2519b

update bamboo agent
author aldrich@nwoca.org
date Thu, 31 May 2018 19:14:34 +0100
parents 538179e4c675
children 477609392d1b
line wrap: on
line diff
--- a/bamboo-agent/Dockerfile	Wed May 30 17:34:20 2018 +0100
+++ b/bamboo-agent/Dockerfile	Thu May 31 19:14:34 2018 +0100
@@ -34,7 +34,9 @@
 	
 	&& apt-get install -y unzip \
 
-    && apt-get install -y openjdk-8-jdk
+    && apt-get install -y openjdk-8-jdk \
+
+    && apt-get install -y zip
     
 ENV ANT_VERSION 1.10.3
 RUN cd && \