Update Dockerfile

This commit is contained in:
Brett 2021-05-11 14:22:25 +02:00
parent 751229fcfa
commit ba2596bb79

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
RUN TZ=UTC ENV TZ=UTC
RUN echo $TZ > /etc/timezone RUN echo $TZ > /etc/timezone
RUN cat /etc/timezone RUN cat /etc/timezone
RUN if ! [ /usr/share/zoneinfo/${TZ} -ef /etc/localtime ]; then \ RUN if ! [ /usr/share/zoneinfo/${TZ} -ef /etc/localtime ]; then \