Browse Source

docker: Support timezones

pull/3250/head
Andrey Arapov 9 years ago
parent
commit
cca8cc6cb6
No known key found for this signature in database
GPG Key ID: 368DDA2E9A471EAC
  1. 2
      Dockerfile

2
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

Loading…
Cancel
Save