Update Dockerfile
This commit is contained in:
parent
751229fcfa
commit
ba2596bb79
@ -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 \
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user