changeset 310:efffda6462a7

fix adding for timezone
author aldrich@nwoca.org
date Thu, 27 Jun 2019 19:00:11 +0100
parents 997cec048da2
children e23a3e570b2d
files bamboo-agent/Dockerfile
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/bamboo-agent/Dockerfile	Thu Jun 27 18:53:36 2019 +0100
+++ b/bamboo-agent/Dockerfile	Thu Jun 27 19:00:11 2019 +0100
@@ -36,9 +36,9 @@
 
     && apt-get install -y openjdk-8-jdk \
 
-    && apt-get install -y zip \
+    && apt-get install -y zip 
 	
-	&& apt-get install tzdata 
+#	&& apt-get install tzdata 
 	
 #RUN ln -fs /usr/share/zoneinfo/America/New_York /etc/localtime && \
 #dpkg-reconfigure -f noninteractive tzdata