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