aboutsummaryrefslogtreecommitdiff
path: root/docs/docbuild
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2019-05-22 22:00:03 +0200
committerEven Rouault <even.rouault@spatialys.com>2019-05-22 22:00:03 +0200
commit41318d6b11e840afcaa8cc2ed7b7db4574e3447f (patch)
treef5ecb7cacd82a125bad59ffffb1c96f8f1bef787 /docs/docbuild
parent4978de6344b9af9911744032835a3dac609fdcc6 (diff)
downloadPROJ-41318d6b11e840afcaa8cc2ed7b7db4574e3447f.tar.gz
PROJ-41318d6b11e840afcaa8cc2ed7b7db4574e3447f.zip
docs/docbuild/Dockerfile: add wget and unzip
Diffstat (limited to 'docs/docbuild')
-rw-r--r--docs/docbuild/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/docbuild/Dockerfile b/docs/docbuild/Dockerfile
index 64d49d18..953c1f7e 100644
--- a/docs/docbuild/Dockerfile
+++ b/docs/docbuild/Dockerfile
@@ -4,7 +4,7 @@ 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 latex-cjk-all texlive-lang-all \
- graphviz python3-matplotlib
+ graphviz python3-matplotlib wget unzip
RUN pip3 install Sphinx breathe \
sphinx_bootstrap_theme awscli sphinxcontrib-bibtex \