Add make to install path of latex docker

This commit is contained in:
Stochastica 2021-09-29 03:13:34 -04:00
parent d493e41dc5
commit e58b14ab9c
1 changed files with 3 additions and 0 deletions

View File

@ -9,4 +9,7 @@ RUN apt-get update &&\
texlive-fonts-extra \ texlive-fonts-extra \
texlive-latex-extra \ texlive-latex-extra \
texlive-extra-utils \ texlive-extra-utils \
texlive-bibtex-extra \
biber \
make \
latexmk latexmk