Plus de paquets python 2

This commit is contained in:
Benjamin Bohard 2022-08-03 10:09:57 +02:00
parent 284b44e1b8
commit 8546cfc312
1 changed files with 1 additions and 1 deletions

View File

@ -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