Update 'Dockerfile'
This commit is contained in:
parent
b76bce16e0
commit
74d64f2165
@ -5,7 +5,7 @@ RUN apt-get update && apt-get install -y git \
|
|||||||
|
|
||||||
# renovate: datasource=pypi depName=ansible
|
# renovate: datasource=pypi depName=ansible
|
||||||
ENV ANSIBLE_VERSION=5.2.0
|
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
|
COPY entrypoint /bin/entrypoint
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user