# HG changeset patch # User aldrich@nwoca.org # Date 1527790474 -3600 # Node ID 0fae07b2519b086bcea468a9e5e087a0add69f84 # Parent 39e21a6bed1901ab21c17cd0ef633adafd0e1901 update bamboo agent diff -r 39e21a6bed19 -r 0fae07b2519b bamboo-agent/Dockerfile --- 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 && \