diff options
author | Andrey Arapov <andrey.arapov@nixaid.com> | 2016-07-15 04:55:05 +0200 |
---|---|---|
committer | 无闻 <u@gogs.io> | 2016-07-15 10:55:05 +0800 |
commit | 6a98e7d9143c0f31d0cc81d2645f9f979a0c87d4 (patch) | |
tree | a667bb969a60b135199b6c6f9c3cb60a51efcee8 /Dockerfile | |
parent | a752f0905551a0d8fd6edb893f748cb9490a28dc (diff) | |
download | gitea-6a98e7d9143c0f31d0cc81d2645f9f979a0c87d4.tar.gz gitea-6a98e7d9143c0f31d0cc81d2645f9f979a0c87d4.zip |
docker: Support timezones (#3262)
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile index e45c0c065c..3a3c405118 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ MAINTAINER jp@roemer.im # Install system utils & Gogs runtime dependencies ADD https://github.com/tianon/gosu/releases/download/1.9/gosu-amd64 /usr/sbin/gosu RUN chmod +x /usr/sbin/gosu \ - && apk --no-cache --no-progress add ca-certificates bash git linux-pam s6 curl openssh socat + && apk --no-cache --no-progress add ca-certificates bash git linux-pam s6 curl openssh socat tzdata ENV GOGS_CUSTOM /data/gogs |