2
2
mirror of https://github.com/octoleo/restic.git synced 2024-06-01 08:30:49 +00:00

[FIX] Timezone in docker image

This commit is contained in:
vrenaville 2020-11-27 08:05:19 +01:00
parent 9a97095a4c
commit adc7a6555f

View File

@ -2,6 +2,6 @@ FROM alpine:latest
COPY restic /usr/bin 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"] ENTRYPOINT ["/usr/bin/restic"]