Compare commits

...
2 Commits
Author SHA1 Message Date
trenoduroandGitHub fbf2f78f8e Merge 725d04bfc6 into 3b57602fe8 2023-08-03 12:21:16 +02:00
trenoduroandGitHub 725d04bfc6 Allow fuse mount inside a docker container 2023-03-06 11:46:21 +01:00
+1 -1
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" ]