Actualiser Dockerfile
Some checks failed
Docker Build / Build Docker image (push) Failing after 2m17s

This commit is contained in:
2023-08-28 19:55:56 +02:00
parent 8fd68e31bd
commit b87f9b7f8a

View File

@@ -11,7 +11,6 @@ RUN apt-get update \
software-properties-common \
python3-distutils \
python3-pip \
&& python3 -m ensurepip \
&& python3 -m pip install requests \
&& python3 -m pip install unidecode \
&& rm /entrypoint.sh