Skip to content

Commit 6d2ca14

Browse files
Install pdflatex in the container
1 parent 59bdb75 commit 6d2ca14

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

maintainer/neopdf-container/script.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ pkgs=(
2020
cython3
2121
wget
2222
libgsl-dev
23+
texlive-latex-base
24+
texlive-latex-extra
25+
texlive-pictures
26+
texlive-fonts-recommended
2327
)
2428

2529
pdf_sets=(

0 commit comments

Comments
 (0)