Mercurial > public > ssdt-docker
comparison bamboo-agent/Dockerfile @ 309:997cec048da2
fix adding for timezone
author | aldrich@nwoca.org |
---|---|
date | Thu, 27 Jun 2019 18:53:36 +0100 |
parents | ff9e8cbea2bc |
children | efffda6462a7 |
comparison
equal
deleted
inserted
replaced
308:ff9e8cbea2bc | 309:997cec048da2 |
---|---|
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 |