Mercurial > public > ssdt-docker
comparison bamboo-agent/Dockerfile @ 311:e23a3e570b2d
fix adding for timezone
author | aldrich@nwoca.org |
---|---|
date | Thu, 27 Jun 2019 19:04:41 +0100 |
parents | efffda6462a7 |
children | 6bd1eb71db59 |
comparison
equal
deleted
inserted
replaced
310:efffda6462a7 | 311:e23a3e570b2d |
---|---|
37 && apt-get install -y openjdk-8-jdk \ | 37 && apt-get install -y openjdk-8-jdk \ |
38 | 38 |
39 && apt-get install -y zip | 39 && apt-get install -y zip |
40 | 40 |
41 # && apt-get install tzdata | 41 # && apt-get install tzdata |
42 | 42 |
43 RUN apt-get install tzdata | |
44 | |
43 #RUN ln -fs /usr/share/zoneinfo/America/New_York /etc/localtime && \ | 45 #RUN ln -fs /usr/share/zoneinfo/America/New_York /etc/localtime && \ |
44 #dpkg-reconfigure -f noninteractive tzdata | 46 #dpkg-reconfigure -f noninteractive tzdata |
45 | 47 |
46 | 48 |
47 ENV ANT_VERSION 1.10.5 | 49 ENV ANT_VERSION 1.10.5 |