changeset 311:e23a3e570b2d

fix adding for timezone
author aldrich@nwoca.org
date Thu, 27 Jun 2019 19:04:41 +0100
parents efffda6462a7
children 6bd1eb71db59
files bamboo-agent/Dockerfile
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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