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

This commit is contained in:
2023-08-28 19:15:45 +02:00
parent 270a2e0687
commit c4f455567a

View File

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