Using the following script, the ogre project is automatically cloned, and installed in the target system.
./scripts/setup-ogre.sh
./scripts/build.sh
Build project inside docker
docker run -it -v /home/guille/CLionProjects/template:/app ggjnez92/ogre-ubuntu21:13.1.1 bash -c "cd /app && ./scripts/build.sh"
./build/template
NOTE: First the build should be executed
All contributions are welcome.