# HG changeset patch # User aldrich@nwoca.org # Date 1561656177 -3600 # Node ID 44f0c4e37a7c8d90070b58cdd77df1d68a18ff0a # Parent c143f3f597d3daaa3672eb05d823419e9048f773 trying to fix time zone issue diff -r c143f3f597d3 -r 44f0c4e37a7c bamboo-agent/Dockerfile --- a/bamboo-agent/Dockerfile Tue Jun 25 18:51:11 2019 +0100 +++ b/bamboo-agent/Dockerfile Thu Jun 27 18:22:57 2019 +0100 @@ -36,7 +36,13 @@ && apt-get install -y openjdk-8-jdk \ - && apt-get install -y zip + && apt-get install -y zip \ + + && apt-get install tzdata -y + +RUN ln -fs /usr/share/zoneinfo/America/New_York /etc/localtime && \ +dpkg-reconfigure -f noninteractive tzdata + ENV ANT_VERSION 1.10.5 RUN cd && \