Test with lighter texlive installation

This commit is contained in:
Benjamin Bohard 2022-04-13 08:06:50 +02:00
parent 5676297827
commit 0c09b27b8e
1 changed files with 1 additions and 5 deletions

View File

@ -3,9 +3,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 '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 'RUN apt-get update && apt-get install --yes --no-install-recommends rubber' >> Dockerfile
echo 'RUN apt-get update && apt-get install --yes --no-install-recommends texlive make fonts-liberation fonts-liberation2 python3-pygments rubber' >> Dockerfile
echo 'ENV DEBIAN_FRONTEND=' >> Dockerfile