Mise à jour de 'Dockerfile'
This commit is contained in:
parent
769c764a6a
commit
585eea8da7
@ -4,8 +4,6 @@ FROM python:3.10.1-slim
|
|||||||
ENV ANSIBLE_VERSION=5.0.1
|
ENV ANSIBLE_VERSION=5.0.1
|
||||||
RUN pip3 install --no-cache-dir ansible==${ANSIBLE_VERSION}
|
RUN pip3 install --no-cache-dir ansible==${ANSIBLE_VERSION}
|
||||||
|
|
||||||
RUN apk del gcc musl-dev python3-dev libffi-dev
|
|
||||||
|
|
||||||
COPY entrypoint /bin/entrypoint
|
COPY entrypoint /bin/entrypoint
|
||||||
|
|
||||||
ENTRYPOINT [ "/bin/entrypoint" ]
|
ENTRYPOINT [ "/bin/entrypoint" ]
|
Loading…
Reference in New Issue
Block a user