From 5d6e2e7b1a61bd0e61dbe972452154efc32575d3 Mon Sep 17 00:00:00 2001 From: Benjamin Bohard Date: Wed, 3 Aug 2022 12:06:09 +0200 Subject: [PATCH] Test curl dans le conteneur --- hooks/containerbuild/doc-compiler/add-packages | 1 + 1 file changed, 1 insertion(+) diff --git a/hooks/containerbuild/doc-compiler/add-packages b/hooks/containerbuild/doc-compiler/add-packages index 303b6f9..e99a92a 100755 --- a/hooks/containerbuild/doc-compiler/add-packages +++ b/hooks/containerbuild/doc-compiler/add-packages @@ -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 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 curl && apt clean all' >> Dockerfile echo 'ENV DEBIAN_FRONTEND=' >> Dockerfile