From 4073a0eb88db8df3d1cfad3b44a079dec9d1486a Mon Sep 17 00:00:00 2001 From: Benjamin Bohard Date: Mon, 8 Aug 2022 14:11:01 +0200 Subject: [PATCH] =?UTF-8?q?Forcer=20la=20mise=20=C3=A0=20jour?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hooks/containerbuild/doc-compiler/add-packages | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hooks/containerbuild/doc-compiler/add-packages b/hooks/containerbuild/doc-compiler/add-packages index e99a92a..4cd4456 100755 --- a/hooks/containerbuild/doc-compiler/add-packages +++ b/hooks/containerbuild/doc-compiler/add-packages @@ -3,7 +3,7 @@ set -e echo 'ENV DEBIAN_FRONTEND=noninteractive' >> Dockerfile -echo 'RUN apt update && apt dist-upgrade && apt clean all' >> Dockerfile +echo 'RUN apt update && apt dist-upgrade --yes && 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