diff --git a/Dockerfile b/Dockerfile index 22b666f..3730d79 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ RUN CGO_ENABLED=0 GOOS=linux go build -o /entrypoint FROM python:3.11.4-alpine AS runtime-stage -RUN apk --no-cache add git openssh +RUN apk --no-cache add git openssh tar # renovate: datasource=pypi depName=ansible ENV ANSIBLE_VERSION=8.2.0