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

Co-authored-by: Nicco <hi@nicco.io>
pull/359/head
Natanel Shitrit 9 months ago committed by GitHub
parent b3440cd87c
commit 4cc44315ab
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -7,7 +7,7 @@ COPY . .
RUN go build RUN go build
FROM restic/restic:0.16.4 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 COPY --from=builder /app/autorestic /usr/bin/autorestic
ENTRYPOINT [] ENTRYPOINT []
CMD [ "autorestic" ] CMD [ "autorestic" ]

Loading…
Cancel
Save