diff --git a/Dockerfile b/Dockerfile index a15492c..f68cf64 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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" ]