Fixed timezone for Mystic
This commit is contained in:
parent
a614fcadf9
commit
32c5348864
@ -19,7 +19,7 @@ RUN apt-get update \
|
|||||||
&& apt-get install --allow-unauthenticated -yqq libcl \
|
&& apt-get install --allow-unauthenticated -yqq libcl \
|
||||||
&& rm -rf /var/lib/apt/lists/* /tmp/*
|
&& rm -rf /var/lib/apt/lists/* /tmp/*
|
||||||
|
|
||||||
RUN ln -sf /usr/share/zoneinfo/Australia/Melbourne /etc/localtime
|
RUN ln -sf /usr/share/zoneinfo/Australia/Melbourne /etc/localtime && echo 'Australia/Melbourne' > /etc/timezone
|
||||||
|
|
||||||
WORKDIR /mystic
|
WORKDIR /mystic
|
||||||
ENV mysticbbs /mystic/data
|
ENV mysticbbs /mystic/data
|
||||||
|
Reference in New Issue
Block a user