Mercurial > public > ssdt-docker
changeset 307:9ed94580b4b5
fix adding for timezone
author | aldrich@nwoca.org |
---|---|
date | Thu, 27 Jun 2019 18:51:17 +0100 |
parents | 7352b7aa3784 |
children | ff9e8cbea2bc |
files | bamboo-agent/Dockerfile |
diffstat | 1 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/bamboo-agent/Dockerfile Thu Jun 27 18:46:42 2019 +0100 +++ b/bamboo-agent/Dockerfile Thu Jun 27 18:51:17 2019 +0100 @@ -36,12 +36,12 @@ && apt-get install -y openjdk-8-jdk \ - && apt-get install -y zip \ + && apt-get install -y zip - && apt-get install -y tzdata +# && apt-get install -y 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 ENV ANT_VERSION 1.10.5