changeset 313:06e92ad77e7f

fix adding for timezone
author aldrich@nwoca.org
date Thu, 27 Jun 2019 19:21:53 +0100
parents 6bd1eb71db59
children d78b45c28205
files bamboo-agent/Dockerfile
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/bamboo-agent/Dockerfile	Thu Jun 27 19:10:31 2019 +0100
+++ b/bamboo-agent/Dockerfile	Thu Jun 27 19:21:53 2019 +0100
@@ -92,8 +92,8 @@
 
 RUN apt-get install tzdata
 
-#RUN ln -fs /usr/share/zoneinfo/America/New_York /etc/localtime && \
-#dpkg-reconfigure -f noninteractive tzdata
+RUN ln -fs /usr/share/zoneinfo/America/New_York /etc/localtime && \
+dpkg-reconfigure -f noninteractive tzdata
 
 ENTRYPOINT ["docker-entrypoint.sh"]