Update Dockerfile
Some checks failed
ci/woodpecker/tag/woodpecker Pipeline failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
sebclem 2024-03-29 16:55:53 +01:00
parent 3a0011e219
commit d7600abc4f

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 requests
RUN pip3 install --no-cache-dir ansible==${ANSIBLE_VERSION} dnspython passlib netaddr requests uptime-kuma-api
COPY --from=build-stage /entrypoint /bin/entrypoint