Actualiser Dockerfile
Some checks failed
Docker Build / Build Docker image (push) Failing after 1m48s
Some checks failed
Docker Build / Build Docker image (push) Failing after 1m48s
This commit is contained in:
@@ -9,12 +9,11 @@ RUN apt-get update \
|
|||||||
curl \
|
curl \
|
||||||
gnupg-agent \
|
gnupg-agent \
|
||||||
software-properties-common \
|
software-properties-common \
|
||||||
python3-distutils \
|
python3-distutils \ \
|
||||||
python3-pip \
|
|
||||||
&& curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py \
|
&& curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py \
|
||||||
&& python3 get-pip.py --prefix=/usr/local \
|
&& python3 get-pip.py --prefix=/usr/local \
|
||||||
&& python3 -m pip install requests \
|
&& python3 -m pip install requests \
|
||||||
&& pip install unidecode \
|
&& python3 -m pip install unidecode \
|
||||||
&& rm /entrypoint.sh
|
&& rm /entrypoint.sh
|
||||||
|
|
||||||
ADD --chmod=1755 entrypoint.sh /
|
ADD --chmod=1755 entrypoint.sh /
|
||||||
|
Reference in New Issue
Block a user