diff --git a/ckan/Dockerfile b/ckan/Dockerfile index fafd4b2..3157cc9 100644 --- a/ckan/Dockerfile +++ b/ckan/Dockerfile @@ -5,6 +5,7 @@ LABEL maintainer="brett@kowh.ai" # Set timezone ARG TZ RUN echo $TZ > /etc/timezone +RUN echo $TZ RUN if ! [ /usr/share/zoneinfo/${TZ} -ef /etc/localtime ]; then \ cp /usr/share/zoneinfo/${TZ} /etc/localtime ;\ fi ;