# HG changeset patch # User aldrich@nwoca.org # Date 1561658681 -3600 # Node ID e23a3e570b2daf34edc590eff31bd7ff44d102ff # Parent efffda6462a7f7dd507f1ab74bc9b3407a015ab4 fix adding for timezone diff -r efffda6462a7 -r e23a3e570b2d bamboo-agent/Dockerfile --- a/bamboo-agent/Dockerfile Thu Jun 27 19:00:11 2019 +0100 +++ b/bamboo-agent/Dockerfile Thu Jun 27 19:04:41 2019 +0100 @@ -39,7 +39,9 @@ && apt-get install -y zip # && apt-get install tzdata - + +RUN apt-get install tzdata + #RUN ln -fs /usr/share/zoneinfo/America/New_York /etc/localtime && \ #dpkg-reconfigure -f noninteractive tzdata