Add doxygen package

This commit is contained in:
Ribbon 2023-05-19 07:29:29 +00:00
parent e94ddce3bc
commit 9e6c078a97
2 changed files with 6 additions and 4 deletions

View file

@ -42,7 +42,8 @@ RUN apt-get update \
unzip \
llvm \
clang \
perl
perl \
doxygen
# _UID_ must be replaced with the user's uid on host
# podman root is mapped to your user id on host during build,