# HG changeset patch # User aldrich@nwoca.org # Date 1561657877 -3600 # Node ID 9ed94580b4b5ac32845d6f5c899dd9a55c1f830f # Parent 7352b7aa3784ee1ea896775f63f0339cbb8d40c0 fix adding for timezone diff -r 7352b7aa3784 -r 9ed94580b4b5 bamboo-agent/Dockerfile --- a/bamboo-agent/Dockerfile Thu Jun 27 18:46:42 2019 +0100 +++ b/bamboo-agent/Dockerfile Thu Jun 27 18:51:17 2019 +0100 @@ -36,12 +36,12 @@ && apt-get install -y openjdk-8-jdk \ - && apt-get install -y zip \ + && apt-get install -y zip - && apt-get install -y tzdata +# && apt-get install -y tzdata -RUN ln -fs /usr/share/zoneinfo/America/New_York /etc/localtime && \ -dpkg-reconfigure -f noninteractive tzdata +#RUN ln -fs /usr/share/zoneinfo/America/New_York /etc/localtime && \ +#dpkg-reconfigure -f noninteractive tzdata ENV ANT_VERSION 1.10.5