Compare commits

...

2 Commits

Author SHA1 Message Date
trenoduro
53ebb5f70d Merge 725d04bfc6 into 78b0db50e0 2023-03-25 07:10:08 +09:00
trenoduro
725d04bfc6 Allow fuse mount inside a docker container 2023-03-06 11:46:21 +01:00

View File

@@ -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" ]