compilation latex WIP

This commit is contained in:
2020-08-13 12:19:58 +02:00
parent 6213578981
commit 1a9077fa01
3 changed files with 4 additions and 0 deletions

View File

@ -4,4 +4,5 @@ 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 'ENV DEBIAN_FRONTEND=' >> Dockerfile