# HG changeset patch # User aldrich@nwoca.org # Date 1561657999 -3600 # Node ID ff9e8cbea2bc26f50e709b423b977981731f09dd # Parent 9ed94580b4b5ac32845d6f5c899dd9a55c1f830f fix adding for timezone diff -r 9ed94580b4b5 -r ff9e8cbea2bc bamboo-agent/Dockerfile --- a/bamboo-agent/Dockerfile Thu Jun 27 18:51:17 2019 +0100 +++ b/bamboo-agent/Dockerfile Thu Jun 27 18:53:19 2019 +0100 @@ -38,7 +38,7 @@ && apt-get install -y zip -# && apt-get install -y tzdata + && apt-get install tzdata #RUN ln -fs /usr/share/zoneinfo/America/New_York /etc/localtime && \ #dpkg-reconfigure -f noninteractive tzdata