suport set the local time zone for seafile-ce.

This commit is contained in:
root 2019-08-15 11:57:04 +08:00
parent 1b2f369757
commit 7a06de7ba8

View file

@ -1,4 +1,8 @@
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
RUN mkdir -p /etc/my_init.d