Skip to content
This repository has been archived by the owner on May 22, 2024. It is now read-only.

Commit

Permalink
script: add doxygen to dev container
Browse files Browse the repository at this point in the history
  • Loading branch information
jyhi committed Jan 5, 2024
1 parent 656659a commit c221d4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/dev.containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ ARG GID=1000

# With root, install system-wide packages provided by Ubuntu.
RUN apt-get update --yes && \
apt-get install --yes pipx gcc gdb && \
apt-get install --yes pipx gcc gdb graphviz doxygen && \
rm --force --recursive /var/lib/apt/lists/*

# Create a normal user.
Expand Down

0 comments on commit c221d4b

Please sign in to comment.