mirror of
https://github.com/XRPLF/rippled.git
synced 2026-07-23 15:10:34 +00:00
chore: Add doxygen in pre-commit image (#7836)
This commit is contained in:
committed by
Gregory Tsipenyuk
parent
41034386a1
commit
f1b81d72f7
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user