comparison bamboo-agent/Dockerfile @ 306:7352b7aa3784

fix adding for timezone
author aldrich@nwoca.org
date Thu, 27 Jun 2019 18:46:42 +0100
parents 44f0c4e37a7c
children 9ed94580b4b5
comparison
equal deleted inserted replaced
305:44f0c4e37a7c 306:7352b7aa3784
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 tzdata -y 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