Mercurial > public > ssdt-docker
changeset 258:0fae07b2519b
update bamboo agent
author | aldrich@nwoca.org |
---|---|
date | Thu, 31 May 2018 19:14:34 +0100 |
parents | 39e21a6bed19 |
children | 95c897db1e67 |
files | bamboo-agent/Dockerfile |
diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
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 && \