mirror of
https://github.com/garethgeorge/backrest.git
synced 2026-05-03 19:40:30 +00:00
fix: ensure that docker images package the latest rclone
This commit is contained in:
+2
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user