mirror of
https://github.com/garethgeorge/backrest.git
synced 2026-08-28 03:46:29 +00:00
fix: handle timezone correctly with tzdata package on alpine
This commit is contained in:
+1
-1
@@ -1,5 +1,5 @@
|
||||
FROM alpine:latest
|
||||
RUN apk --no-cache add ca-certificates curl bash rclone openssh
|
||||
RUN apk --no-cache add ca-certificates curl bash rclone openssh tzdata
|
||||
RUN mkdir -p /tmp
|
||||
|
||||
ENTRYPOINT ["/backrest"]
|
||||
|
||||
Reference in New Issue
Block a user