Skip to content

Commit

Permalink
fix: handle timezone correctly with tzdata package on alpine
Browse files Browse the repository at this point in the history
  • Loading branch information
garethgeorge committed Mar 2, 2024
1 parent 7e909c4 commit 0e94f30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.alpine
Original file line number Diff line number Diff line change
@@ -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"]
Expand Down

0 comments on commit 0e94f30

Please sign in to comment.