diff --git a/Dockerfile b/Dockerfile index 7af4b20..1d03018 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ RUN apt-get update && apt-get install -y git toilet \ # renovate: datasource=pypi depName=ansible ENV ANSIBLE_VERSION=7.4.0 -RUN pip3 install --no-cache-dir ansible==${ANSIBLE_VERSION} dnspython +RUN pip3 install --no-cache-dir ansible==${ANSIBLE_VERSION} dnspython passlib COPY entrypoint /bin/entrypoint