chore: Add doxygen in pre-commit image (#7836)

This commit is contained in:
Ayaz Salikhov
2026-07-21 13:38:26 +00:00
committed by Gregory Tsipenyuk
parent 41034386a1
commit f1b81d72f7

View File

@@ -10,6 +10,7 @@ ARG DEBIAN_FRONTEND=noninteractive
RUN <<EOF
pkgs=()
pkgs+=(curl) # Required to install nix.
pkgs+=(doxygen) # Needed for Clio's check-doxygen-docs.sh.
pkgs+=(git) # Required for prepare-runner.
pkgs+=(libatomic1) # Required to run pre-commit provided `node`.
pkgs+=(python3) # Python 3 interpreter.