mirror of
https://github.com/ggogel/seafile-containerized.git
synced 2024-11-16 17:05:32 +00:00
suport set the local time zone for seafile-ce.
This commit is contained in:
parent
1b2f369757
commit
7a06de7ba8
|
@ -1,4 +1,8 @@
|
||||||
FROM seafileltd/base-mc:18.04
|
FROM seafileltd/base-mc:18.04
|
||||||
|
|
||||||
|
# For suport set local time zone.
|
||||||
|
RUN export DEBIAN_FRONTEND=noninteractive && apt-get update && apt-get install tzdata -y
|
||||||
|
|
||||||
WORKDIR /opt/seafile
|
WORKDIR /opt/seafile
|
||||||
|
|
||||||
RUN mkdir -p /etc/my_init.d
|
RUN mkdir -p /etc/my_init.d
|
||||||
|
|
Loading…
Reference in a new issue