mirror of
https://github.com/restic/restic.git
synced 2025-08-15 00:27:27 +00:00
[FIX] Timezone in docker image
This commit is contained in:
@@ -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"]
|
||||
|
Reference in New Issue
Block a user