changeset 305:44f0c4e37a7c

trying to fix time zone issue
author aldrich@nwoca.org
date Thu, 27 Jun 2019 18:22:57 +0100
parents c143f3f597d3
children 7352b7aa3784
files bamboo-agent/Dockerfile
diffstat 1 files changed, 7 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/bamboo-agent/Dockerfile	Tue Jun 25 18:51:11 2019 +0100
+++ b/bamboo-agent/Dockerfile	Thu Jun 27 18:22:57 2019 +0100
@@ -36,7 +36,13 @@
 
     && apt-get install -y openjdk-8-jdk \
 
-    && apt-get install -y zip
+    && apt-get install -y zip \
+	
+	&& apt-get install tzdata -y
+	
+RUN ln -fs /usr/share/zoneinfo/America/New_York /etc/localtime && \
+dpkg-reconfigure -f noninteractive tzdata
+
     
 ENV ANT_VERSION 1.10.5
 RUN cd && \