Mercurial > public > ssdt-docker
comparison bamboo-agent/Dockerfile @ 310:efffda6462a7
fix adding for timezone
author | aldrich@nwoca.org |
---|---|
date | Thu, 27 Jun 2019 19:00:11 +0100 |
parents | 997cec048da2 |
children | e23a3e570b2d |
comparison
equal
deleted
inserted
replaced
309:997cec048da2 | 310:efffda6462a7 |
---|---|
34 | 34 |
35 && apt-get install -y unzip \ | 35 && apt-get install -y unzip \ |
36 | 36 |
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 ln -fs /usr/share/zoneinfo/America/New_York /etc/localtime && \ | 43 #RUN ln -fs /usr/share/zoneinfo/America/New_York /etc/localtime && \ |
44 #dpkg-reconfigure -f noninteractive tzdata | 44 #dpkg-reconfigure -f noninteractive tzdata |
45 | 45 |
46 | 46 |