Merge pull request #175 from haiwen/set-time-zone-ce

suport set the local time zone for seafile-ce.
This commit is contained in:
Hulk 2019-08-15 12:03:47 +08:00 committed by GitHub
commit e35f98514a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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