comparison bamboo-agent/Dockerfile @ 308:ff9e8cbea2bc

fix adding for timezone
author aldrich@nwoca.org
date Thu, 27 Jun 2019 18:53:19 +0100
parents 9ed94580b4b5
children 997cec048da2
comparison
equal deleted inserted replaced
307:9ed94580b4b5 308:ff9e8cbea2bc
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 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