Update Dockerfile
This commit is contained in:
parent
5ad647b300
commit
15bc5a4c85
|
@ -3,7 +3,7 @@ FROM ckan/ckan-base:testing-only.2.9
|
|||
LABEL maintainer="brett@kowh.ai"
|
||||
|
||||
# Set timezone
|
||||
ARG TZ
|
||||
RUN TZ=UTC
|
||||
RUN echo $TZ > /etc/timezone
|
||||
RUN echo $TZ
|
||||
RUN if ! [ /usr/share/zoneinfo/${TZ} -ef /etc/localtime ]; then \
|
||||
|
|
Loading…
Reference in New Issue