mirror of
https://github.com/cupcakearmy/autorestic.git
synced 2025-04-09 18:33:03 +00:00
Merge 725d04bfc61675cabdea1de75adb56a5303f0b79 into 3b57602fe8d545a41a8d10e40bd20954efc5ed6b
This commit is contained in:
commit
fbf2f78f8e
@ -7,7 +7,7 @@ COPY . .
|
||||
RUN go build
|
||||
|
||||
FROM restic/restic:0.15.1
|
||||
RUN apk add --no-cache rclone bash
|
||||
RUN apk add --no-cache rclone bash fuse
|
||||
COPY --from=builder /app/autorestic /usr/bin/autorestic
|
||||
ENTRYPOINT []
|
||||
CMD [ "autorestic" ]
|
||||
|
Loading…
x
Reference in New Issue
Block a user