Use correct packages for pdflatex

master
Hugo Thunnissen 11 months ago
parent 66c2c0b9bf
commit 474654a8ab

@ -138,7 +138,7 @@ RUN GOPATH=/usr/local/gopkg /bin/bash -c 'for package in \
# Protobuf
RUN apt-get -y update && DEBIAN_FRONTEND=noninteractive apt-get -y install protobuf-compiler
RUN apt-get -y update && DEBIAN_FRONTEND=noninteractive apt-get -y install html2text wkhtmltopdf pandoc pdflatex ispell idutch irussian ienglish-common offlineimap3 maildir-utils
RUN apt-get -y update && DEBIAN_FRONTEND=noninteractive apt-get -y install html2text wkhtmltopdf pandoc texlive-latex-base texlive-fonts-recommended texlive-fonts-extra texlive-latex-extra ispell idutch irussian ienglish-common offlineimap3 maildir-utils
RUN apt-get -y update && DEBIAN_FRONTEND=noninteractive apt-get -y install mariadb-client iputils-ping unzip

Loading…
Cancel
Save