Update Dockerfile

This commit is contained in:
Brett 2021-05-11 14:15:42 +02:00
parent 5ad647b300
commit 15bc5a4c85
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ FROM ckan/ckan-base:testing-only.2.9
LABEL maintainer="brett@kowh.ai" LABEL maintainer="brett@kowh.ai"
# Set timezone # Set timezone
ARG TZ RUN TZ=UTC
RUN echo $TZ > /etc/timezone RUN echo $TZ > /etc/timezone
RUN echo $TZ RUN echo $TZ
RUN if ! [ /usr/share/zoneinfo/${TZ} -ef /etc/localtime ]; then \ RUN if ! [ /usr/share/zoneinfo/${TZ} -ef /etc/localtime ]; then \