Fix TZ_DATA stuff?

This commit is contained in:
Anthony Cicchetti 2020-05-10 14:05:00 -04:00
parent d1e9ef265d
commit 1e98c07897

View file

@ -1,5 +1,7 @@
FROM ubuntu FROM ubuntu
ENV TZ=US/Eastern
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
RUN apt-get update RUN apt-get update
RUN apt-get install -y build-essential curl RUN apt-get install -y build-essential curl