Update 'Dockerfile'

This commit is contained in:
sebclem 2022-01-29 17:48:41 +01:00
parent b76bce16e0
commit 74d64f2165

View File

@ -5,7 +5,7 @@ RUN apt-get update && apt-get install -y git \
# renovate: datasource=pypi depName=ansible
ENV ANSIBLE_VERSION=5.2.0
RUN pip3 install --no-cache-dir ansible==${ANSIBLE_VERSION}
RUN pip3 install --no-cache-dir ansible==${ANSIBLE_VERSION} dnspython
COPY entrypoint /bin/entrypoint