From 74d64f21651b6419441d656c706138b678d7c8ff Mon Sep 17 00:00:00 2001 From: sebclem Date: Sat, 29 Jan 2022 17:48:41 +0100 Subject: [PATCH] Update 'Dockerfile' --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3474eb3..a68a679 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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