Fix Dockerfile
Build restic container / Build image (push) Successful in 21s Details

This commit is contained in:
LordMathis 2024-01-30 13:56:07 +01:00
parent b26f0b216e
commit c9bcc5a557
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM alpine:3
RUN apk add restic=${RESTIC_VERSION} kubectl=${KUBECTL_VERSION} --no-cache
RUN apk add restic kubectl --no-cache
ENTRYPOINT ["/usr/bin/restic"]
CMD ["--help"]