docker: Add tzdata for local time log entries

This commit is contained in:
Jakob Borg 2020-05-16 11:34:46 +02:00
parent 7a8cc5fc99
commit 438f687591
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ EXPOSE 8384 22000 21027/udp
VOLUME ["/var/syncthing"]
RUN apk add --no-cache ca-certificates su-exec
RUN apk add --no-cache ca-certificates su-exec tzdata
COPY --from=builder /src/syncthing /bin/syncthing
COPY --from=builder /src/script/docker-entrypoint.sh /bin/entrypoint.sh