Experiment with removing TZ

This commit is contained in:
Justin Ethier 2020-09-14 11:31:45 -04:00
parent 6a78f7f3fd
commit 6109f0cc62

View file

@ -3,7 +3,7 @@ from ubuntu:latest
MAINTAINER justin.ethier@gmail.com
ARG DEBIAN_FRONTEND=noninteractive
ENV TZ=America/New_York
# ENV TZ=America/New_York
ENV CYCLONE_VERSION v0.20
RUN apt update -y