From 585eea8da784c3e402ee0560c10142c89e82d303 Mon Sep 17 00:00:00 2001 From: sebclem Date: Wed, 15 Dec 2021 16:15:41 +0100 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'Dockerfile'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index c99fb62..c956428 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,8 +4,6 @@ FROM python:3.10.1-slim ENV ANSIBLE_VERSION=5.0.1 RUN pip3 install --no-cache-dir ansible==${ANSIBLE_VERSION} -RUN apk del gcc musl-dev python3-dev libffi-dev - COPY entrypoint /bin/entrypoint ENTRYPOINT [ "/bin/entrypoint" ] \ No newline at end of file