Update Dockerfile
This commit is contained in:
parent
3ea676feb9
commit
a27dfb4cb1
@ -16,7 +16,7 @@ RUN apk --no-cache add git openssh tar
|
|||||||
|
|
||||||
# renovate: datasource=pypi depName=ansible
|
# renovate: datasource=pypi depName=ansible
|
||||||
ENV ANSIBLE_VERSION=9.3.0
|
ENV ANSIBLE_VERSION=9.3.0
|
||||||
RUN pip3 install --no-cache-dir ansible==${ANSIBLE_VERSION} dnspython passlib netaddr
|
RUN pip3 install --no-cache-dir ansible==${ANSIBLE_VERSION} dnspython passlib netaddr request
|
||||||
|
|
||||||
COPY --from=build-stage /entrypoint /bin/entrypoint
|
COPY --from=build-stage /entrypoint /bin/entrypoint
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user