comparison bamboo-agent/Dockerfile @ 315:b67ceb4b6d04

adjusting docker script
author aldrich@ssdt-ohio.org
date Tue, 29 Oct 2019 16:22:49 +0100
parents 06e92ad77e7f
children 83f30dc7e9fb
comparison
equal deleted inserted replaced
314:d78b45c28205 315:b67ceb4b6d04
42 42
43 #RUN ln -fs /usr/share/zoneinfo/America/New_York /etc/localtime && \ 43 #RUN ln -fs /usr/share/zoneinfo/America/New_York /etc/localtime && \
44 #dpkg-reconfigure -f noninteractive tzdata 44 #dpkg-reconfigure -f noninteractive tzdata
45 45
46 46
47 ENV ANT_VERSION 1.10.5 47 ENV ANT_VERSION 1.10.6
48 RUN cd && \ 48 RUN cd && \
49 curl -fL -o apache-ant-bin.tar.gz http://www.us.apache.org/dist//ant/binaries/apache-ant-${ANT_VERSION}-bin.tar.gz && \ 49 curl -fL -o apache-ant-bin.tar.gz http://www.us.apache.org/dist//ant/binaries/apache-ant-${ANT_VERSION}-bin.tar.gz && \
50 tar -xzf apache-ant-bin.tar.gz && \ 50 tar -xzf apache-ant-bin.tar.gz && \
51 mv apache-ant-${ANT_VERSION} /opt/ant && \ 51 mv apache-ant-${ANT_VERSION} /opt/ant && \
52 rm apache-ant-bin.tar.gz 52 rm apache-ant-bin.tar.gz