Tex compilation wip

This commit is contained in:
2020-08-12 15:51:48 +02:00
parent 4a3839e86b
commit 6213578981
2 changed files with 17 additions and 3 deletions

View File

@ -0,0 +1,7 @@
#!/usr/bin/env bash
set -e
echo 'ENV DEBIAN_FRONTEND=noninteractive' >> Dockerfile
echo 'RUN apt-get update && apt-get install --yes --no-install-recommends texlive-full' >> Dockerfile
echo 'ENV DEBIAN_FRONTEND=' >> Dockerfile