# HG changeset patch # User aldrich@nwoca.org # Date 1561657602 -3600 # Node ID 7352b7aa3784ee1ea896775f63f0339cbb8d40c0 # Parent 44f0c4e37a7c8d90070b58cdd77df1d68a18ff0a fix adding for timezone diff -r 44f0c4e37a7c -r 7352b7aa3784 bamboo-agent/Dockerfile --- a/bamboo-agent/Dockerfile Thu Jun 27 18:22:57 2019 +0100 +++ b/bamboo-agent/Dockerfile Thu Jun 27 18:46:42 2019 +0100 @@ -38,7 +38,7 @@ && apt-get install -y zip \ - && apt-get install tzdata -y + && apt-get install -y tzdata RUN ln -fs /usr/share/zoneinfo/America/New_York /etc/localtime && \ dpkg-reconfigure -f noninteractive tzdata