Test curl dans le conteneur
This commit is contained in:
parent
8546cfc312
commit
5d6e2e7b1a
|
@ -7,5 +7,6 @@ echo 'RUN apt update && apt dist-upgrade && apt clean all' >> Dockerfile
|
||||||
echo 'RUN apt update && apt install --yes make' >> Dockerfile
|
echo 'RUN apt update && apt install --yes make' >> Dockerfile
|
||||||
echo 'RUN apt update && apt install --yes python3-setuptools python3-pygments fonts-liberation fonts-liberation2 && apt clean all' >> Dockerfile
|
echo 'RUN apt update && apt install --yes python3-setuptools python3-pygments fonts-liberation fonts-liberation2 && apt clean all' >> Dockerfile
|
||||||
echo 'RUN apt update && apt install --yes texlive-full rubber && apt clean all' >> Dockerfile
|
echo 'RUN apt update && apt install --yes texlive-full rubber && apt clean all' >> Dockerfile
|
||||||
|
echo 'RUN apt update && apt install --yes curl && apt clean all' >> Dockerfile
|
||||||
echo 'ENV DEBIAN_FRONTEND=' >> Dockerfile
|
echo 'ENV DEBIAN_FRONTEND=' >> Dockerfile
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue