2021-01-02 23:30:57 -08:00
|
|
|
FROM ubuntu:20.04
|
|
|
|
|
|
|
|
ENV DEBIAN_FRONTEND=noninteractive
|
|
|
|
RUN apt-get update &&\
|
|
|
|
apt-get install -y \
|
|
|
|
texlive \
|
|
|
|
texlive-latex-recommended \
|
|
|
|
texlive-science \
|
|
|
|
texlive-fonts-extra \
|
|
|
|
texlive-latex-extra \
|
|
|
|
texlive-extra-utils \
|
2021-09-29 00:13:34 -07:00
|
|
|
texlive-bibtex-extra \
|
2022-05-07 11:59:27 -07:00
|
|
|
texlive-xetex \
|
2021-09-29 00:13:34 -07:00
|
|
|
biber \
|
|
|
|
make \
|
2022-05-07 11:59:27 -07:00
|
|
|
latexmk &&\
|
|
|
|
apt-get install -y \
|
|
|
|
fonts-sil-charis
|