changeset 306:7352b7aa3784

fix adding for timezone
author aldrich@nwoca.org
date Thu, 27 Jun 2019 18:46:42 +0100
parents 44f0c4e37a7c
children 9ed94580b4b5
files bamboo-agent/Dockerfile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/bamboo-agent/Dockerfile	Thu Jun 27 18:22:57 2019 +0100
+++ b/bamboo-agent/Dockerfile	Thu Jun 27 18:46:42 2019 +0100
@@ -38,7 +38,7 @@
 
     && apt-get install -y zip \
 	
-	&& apt-get install tzdata -y
+	&& apt-get install -y tzdata 
 	
 RUN ln -fs /usr/share/zoneinfo/America/New_York /etc/localtime && \
 dpkg-reconfigure -f noninteractive tzdata