Mercurial > public > ssdt-docker
diff bamboo-agent/Dockerfile @ 313:06e92ad77e7f
fix adding for timezone
author | aldrich@nwoca.org |
---|---|
date | Thu, 27 Jun 2019 19:21:53 +0100 |
parents | 6bd1eb71db59 |
children | b67ceb4b6d04 |
line wrap: on
line diff
--- a/bamboo-agent/Dockerfile Thu Jun 27 19:10:31 2019 +0100 +++ b/bamboo-agent/Dockerfile Thu Jun 27 19:21:53 2019 +0100 @@ -92,8 +92,8 @@ RUN apt-get install 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 ENTRYPOINT ["docker-entrypoint.sh"]