From 8546cfc312f9bf2e031b7896ede6736d6d233ee8 Mon Sep 17 00:00:00 2001 From: Benjamin Bohard Date: Wed, 3 Aug 2022 10:09:57 +0200 Subject: [PATCH] Plus de paquets python 2 --- 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 6512c75..303b6f9 100755 --- a/hooks/containerbuild/doc-compiler/add-packages +++ b/hooks/containerbuild/doc-compiler/add-packages @@ -5,7 +5,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 install --yes make' >> Dockerfile -echo 'RUN apt update && apt install --yes python3-setuptools python-setuptools python3-pygments python-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 'ENV DEBIAN_FRONTEND=' >> Dockerfile