# HG changeset patch # User aldrich@nwoca.org # Date 1561658411 -3600 # Node ID efffda6462a7f7dd507f1ab74bc9b3407a015ab4 # Parent 997cec048da2dba2f93364b905e74baba70d55f5 fix adding for timezone diff -r 997cec048da2 -r efffda6462a7 bamboo-agent/Dockerfile --- a/bamboo-agent/Dockerfile Thu Jun 27 18:53:36 2019 +0100 +++ b/bamboo-agent/Dockerfile Thu Jun 27 19:00:11 2019 +0100 @@ -36,9 +36,9 @@ && apt-get install -y openjdk-8-jdk \ - && apt-get install -y zip \ + && apt-get install -y zip - && apt-get install tzdata +# && apt-get install tzdata #RUN ln -fs /usr/share/zoneinfo/America/New_York /etc/localtime && \ #dpkg-reconfigure -f noninteractive tzdata