Modification pour compiler les documents latex

This commit is contained in:
2020-08-19 08:47:06 +02:00
parent 1a9077fa01
commit 8d926f53a1
5 changed files with 10 additions and 3 deletions

View File

@ -5,4 +5,6 @@ set -e
echo 'ENV DEBIAN_FRONTEND=noninteractive' >> Dockerfile
echo 'RUN apt-get update && apt-get install --yes --no-install-recommends texlive-full' >> Dockerfile
echo 'RUN apt-get update && apt-get install --yes --no-install-recommends make' >> Dockerfile
echo 'RUN apt-get update && apt-get install --yes --no-install-recommends fonts-liberation fonts-liberation2' >> Dockerfile
echo 'RUN apt-get update && apt-get install --yes --no-install-recommends python3-pygments' >> Dockerfile
echo 'ENV DEBIAN_FRONTEND=' >> Dockerfile