diff --git a/docker/Dockerfile.latex b/docker/Dockerfile.latex index 9b39adc..bcc8412 100644 --- a/docker/Dockerfile.latex +++ b/docker/Dockerfile.latex @@ -9,7 +9,7 @@ ENV DEBIAN_FRONTEND noninteractive COPY . /build RUN apt-get update -qq && \ - apt-get install -qq git make texlive fonts-inconsolata && \ + apt-get install -qq git make texlive texlive-fonts-extra && \ apt-get clean RUN cd /build && make