From 18ecbf87e768c8ed854f637ad53b9a232b84d044 Mon Sep 17 00:00:00 2001 From: sebclem Date: Tue, 5 Mar 2024 15:03:28 +0100 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ce65250..e3607d7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,7 +16,7 @@ RUN apk --no-cache add git openssh tar # renovate: datasource=pypi depName=ansible ENV ANSIBLE_VERSION=9.3.0 -RUN pip3 install --no-cache-dir ansible==${ANSIBLE_VERSION} dnspython passlib netaddr request +RUN pip3 install --no-cache-dir ansible==${ANSIBLE_VERSION} dnspython passlib netaddr requests COPY --from=build-stage /entrypoint /bin/entrypoint