fix: ensure that docker images package the latest rclone

This commit is contained in:
garethgeorge
2026-02-21 23:18:58 -08:00
parent 844ed1db33
commit 322790340b
+2 -1
View File
@@ -6,7 +6,8 @@ RUN go build -o /docker-entrypoint -ldflags "-s -w" ./cmd/docker-entrypoint
FROM alpine:latest
LABEL org.opencontainers.image.source="https://github.com/garethgeorge/backrest"
RUN apk --no-cache add tini ca-certificates curl bash rclone openssh tzdata docker-cli
RUN apk --no-cache add tini ca-certificates curl bash rclone openssh tzdata docker-cli && \
rclone selfupdate --stable
RUN mkdir -p /tmp
COPY backrest /backrest
RUN /backrest --install-deps-only