aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHoward Butler <howard@hobu.co>2019-05-19 19:09:00 -0500
committerHoward Butler <howard@hobu.co>2019-05-19 19:09:00 -0500
commit964c787890c6f071ea48fd96d58dd1fae10f686e (patch)
treef5e597e10c4b134f518194000c4a6d09408ca831
parent20ff08a11a82798d149596eaa0898fe7743c5cd2 (diff)
downloadPROJ-docker-build-updates.tar.gz
PROJ-docker-build-updates.zip
more updates to satisfy GDAL latex buildingdocker-build-updates
-rw-r--r--docs/docbuild/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/docbuild/Dockerfile b/docs/docbuild/Dockerfile
index 5aca89e9..64d49d18 100644
--- a/docs/docbuild/Dockerfile
+++ b/docs/docbuild/Dockerfile
@@ -3,7 +3,7 @@ FROM ubuntu:18.04
RUN apt-get -y update && DEBIAN_FRONTEND=noninteractive apt-get install -y \
python3-dev python3-pip g++ doxygen dvipng latexmk \
cmake libjpeg8-dev zlib1g-dev texlive-latex-base \
- texlive-latex-extra git \
+ texlive-latex-extra git latex-cjk-all texlive-lang-all \
graphviz python3-matplotlib
RUN pip3 install Sphinx breathe \