From a94343d59d6886a29f97cb42614ea854be748122 Mon Sep 17 00:00:00 2001 From: SebClem Date: Mon, 29 May 2023 19:02:46 +0200 Subject: [PATCH] Add passlib --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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