In this repository you will find a Dockerfile in /doxygen
which, after importing dependencies from docker-ubuntu-openjdk, applies an image of Doxygen. Used for CI pipelines/runners.
Run the following commands:
git clone https://github.com/RightMesh/docker-ubuntu-doxygen.git
cd docker-ubuntu-doxygen
sudo make [all]
Currently, there are prebuilt images on DockerHub. Check for the current version by TAG.
docker pull rightmesh/ubuntu-doxygen:{CURRENT_VERSION}
You can run with the these commands:
docker run rightmesh/ubuntu-doxygen:{CURRENT_VERSION} <commands>