From 474654a8ab743e9efd6a4d6e08080729f196c7b4 Mon Sep 17 00:00:00 2001 From: Hugo Thunnissen Date: Fri, 9 Jun 2023 22:51:36 +0200 Subject: [PATCH] Use correct packages for pdflatex --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1438b48..cd6cfe6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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