diff options
| author | Mike Taves <mwtoews@gmail.com> | 2021-02-07 23:04:39 +1300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-07 23:04:39 +1300 |
| commit | af7cbf0ad119d20813c242420d345c484995cd98 (patch) | |
| tree | 12c6e8c75381fdebcd3aeea5912075f10c8f935d /docs | |
| parent | db2950e56ea26a0949b71378d73559a16fc40f26 (diff) | |
| download | PROJ-af7cbf0ad119d20813c242420d345c484995cd98.tar.gz PROJ-af7cbf0ad119d20813c242420d345c484995cd98.zip | |
CI: specify pip < 21.0; avoid using pip3 script (#2516)
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/docbuild/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/docbuild/Dockerfile b/docs/docbuild/Dockerfile index 4f726930..95841d9c 100644 --- a/docs/docbuild/Dockerfile +++ b/docs/docbuild/Dockerfile @@ -6,7 +6,7 @@ RUN apt-get -y update && DEBIAN_FRONTEND=noninteractive apt-get install -y \ texlive-latex-extra git latex-cjk-all texlive-lang-all \ graphviz python3-matplotlib wget unzip enchant -RUN pip3 install Sphinx breathe \ +RUN python3 -m pip install Sphinx breathe \ sphinx_bootstrap_theme awscli sphinxcontrib-bibtex \ sphinx_rtd_theme recommonmark sphinx-markdown-tables \ sphinxcontrib-spelling |
