Update Dockerfile
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/tag/woodpecker Pipeline was successful

This commit is contained in:
sebclem 2024-03-05 15:03:28 +01:00
parent a27dfb4cb1
commit 18ecbf87e7

View File

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