Add passlib
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/deployment/woodpecker Pipeline was successful

This commit is contained in:
SebClem 2023-05-29 19:02:46 +02:00
parent 33754d87f8
commit a94343d59d
Signed by: sebclem
GPG Key ID: 5A4308F6A359EA50

View File

@ -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