comparison bamboo-agent/Dockerfile @ 307:9ed94580b4b5

fix adding for timezone
author aldrich@nwoca.org
date Thu, 27 Jun 2019 18:51:17 +0100
parents 7352b7aa3784
children ff9e8cbea2bc
comparison
equal deleted inserted replaced
306:7352b7aa3784 307:9ed94580b4b5
34 34
35 && apt-get install -y unzip \ 35 && apt-get install -y unzip \
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 && apt-get install -y tzdata 41 # && apt-get install -y tzdata
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.5
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 && \