feat: add `docker-cli` package (#339)

Co-authored-by: Nicco <hi@nicco.io>
This commit is contained in:
Natanel Shitrit 2024-02-15 15:26:26 +02:00 committed by GitHub
parent b3440cd87c
commit 4cc44315ab
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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" ]