diff --git a/release/builder/build.sh b/release/builder/build.sh index ec825cd05c9..ade65027f45 100755 --- a/release/builder/build.sh +++ b/release/builder/build.sh @@ -38,6 +38,9 @@ apt-get update -y # Install GPG2 (in case it was not included) apt-get install gnupg2 -y +# Install the graphviz package for the SQL diagram +apt-get install graphviz -y + # Install Java apt-get install openjdk-21-jdk-headless -y