File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
# #
2
2
# OSGeo/PROJ
3
3
4
- FROM ubuntu:20 .04 as builder
4
+ FROM ubuntu:22 .04 as builder
5
5
6
6
MAINTAINER Howard Butler <
[email protected] >
7
7
@@ -27,7 +27,7 @@ RUN cd /PROJ \
27
27
28
28
29
29
30
- FROM ubuntu:20 .04 as runner
30
+ FROM ubuntu:22 .04 as runner
31
31
32
32
RUN date
33
33
Original file line number Diff line number Diff line change 1
- FROM ubuntu:20 .04
1
+ FROM ubuntu:22 .04
2
2
3
3
RUN apt-get -y update && DEBIAN_FRONTEND=noninteractive apt-get install -y \
4
4
python3-dev python3-pip g++ doxygen dvipng latexmk \
5
5
cmake libjpeg8-dev zlib1g-dev texlive-latex-base \
6
6
texlive-latex-extra git latex-cjk-all texlive-lang-all \
7
- graphviz python3-matplotlib wget unzip enchant locales
7
+ graphviz python3-matplotlib wget unzip enchant-2 locales
8
8
9
- RUN python3 -m pip install Sphinx breathe \
9
+ RUN python3 -m pip install " Sphinx<7" breathe \
10
10
sphinx_bootstrap_theme awscli sphinxcontrib-bibtex \
11
11
sphinx_rtd_theme recommonmark sphinx-markdown-tables \
12
12
sphinxcontrib-spelling!=7.4.0
You can’t perform that action at this time.
0 commit comments