Skip to content

Commit

Permalink
docs/docbuild/Dockerfile: add make
Browse files Browse the repository at this point in the history
  • Loading branch information
rouault committed Aug 14, 2024
1 parent af475c6 commit ae23ad5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docbuild/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM ubuntu:24.04

RUN apt-get update \
&& DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
python3-dev python3-pip python3-venv g++ doxygen dvipng latexmk \
python3-dev python3-pip python3-venv make 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 wget unzip enchant-2 locales \
Expand Down

0 comments on commit ae23ad5

Please sign in to comment.