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

This commit is contained in:
2023-08-28 19:52:53 +02:00
parent 7583180ac2
commit 8fd68e31bd

View File

@ -10,8 +10,8 @@ RUN apt-get update \
gnupg-agent \ gnupg-agent \
software-properties-common \ software-properties-common \
python3-distutils \ python3-distutils \
&& curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py \ python3-pip \
&& python3 get-pip.py --prefix=/usr/local \ && python3 -m ensurepip \
&& python3 -m pip install requests \ && python3 -m pip install requests \
&& python3 -m pip install unidecode \ && python3 -m pip install unidecode \
&& rm /entrypoint.sh && rm /entrypoint.sh