feat: add `docker-cli` package

This commit is contained in:
Natanel Shitrit 2023-11-18 21:56:43 +02:00
parent 068121d722
commit d2def681d7
1 changed files with 1 additions and 1 deletions

View File

@ -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 docker-cli
COPY --from=builder /app/autorestic /usr/bin/autorestic
ENTRYPOINT []
CMD [ "autorestic" ]