diff --git a/Dockerfile b/Dockerfile index 5a7598b..55f1a77 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ COPY . . RUN go build FROM restic/restic:0.16.0 -RUN apk add --no-cache rclone bash +RUN apk add --no-cache rclone bash curl COPY --from=builder /app/autorestic /usr/bin/autorestic ENTRYPOINT [] CMD [ "autorestic" ]