2
2
mirror of https://github.com/octoleo/restic.git synced 2024-06-07 03:20:49 +00:00

Merge pull request #3128 from vrenaville/tzdata

[FIX] Timezone in docker image
This commit is contained in:
rawtaz 2020-11-28 22:43:18 +01:00 committed by GitHub
commit a568211b98
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,6 +2,6 @@ FROM alpine:latest
COPY restic /usr/bin
RUN apk add --update --no-cache ca-certificates fuse openssh-client
RUN apk add --update --no-cache ca-certificates fuse openssh-client tzdata
ENTRYPOINT ["/usr/bin/restic"]