comparison bamboo-agent/Dockerfile @ 286:477609392d1b

fix missing ant version
author smith@nwoca.org
date Thu, 06 Dec 2018 17:23:30 +0000
parents 0fae07b2519b
children 7fcdf01e19eb
comparison
equal deleted inserted replaced
283:d7861a826d05 286:477609392d1b
36 36
37 && apt-get install -y openjdk-8-jdk \ 37 && apt-get install -y openjdk-8-jdk \
38 38
39 && apt-get install -y zip 39 && apt-get install -y zip
40 40
41 ENV ANT_VERSION 1.10.3 41 ENV ANT_VERSION 1.10.5
42 RUN cd && \ 42 RUN cd && \
43 curl -fL -o apache-ant-bin.tar.gz http://www.us.apache.org/dist//ant/binaries/apache-ant-${ANT_VERSION}-bin.tar.gz && \ 43 curl -fL -o apache-ant-bin.tar.gz http://www.us.apache.org/dist//ant/binaries/apache-ant-${ANT_VERSION}-bin.tar.gz && \
44 tar -xzf apache-ant-bin.tar.gz && \ 44 tar -xzf apache-ant-bin.tar.gz && \
45 mv apache-ant-${ANT_VERSION} /opt/ant && \ 45 mv apache-ant-${ANT_VERSION} /opt/ant && \
46 rm apache-ant-bin.tar.gz 46 rm apache-ant-bin.tar.gz