add texlive-latex-extra

This commit is contained in:
Carl Pearson
2017-11-14 08:04:25 -06:00
parent 12113543c9
commit 109a12ff08

View File

@@ -3,7 +3,7 @@ LABEL maintainer=carl.w.pearson@gmail.com
ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get update && apt-get install -y \
doxygen graphviz make texlive \
doxygen graphviz make texlive texlive-latex-extra \
&& rm -rf /var/lib/apt/lists/*
WORKDIR /data