mirror of
https://github.com/google/nomulus
synced 2026-04-10 03:29:28 +00:00
Install graphviz package in Cloud Build machines (#2997)
The bumped dependency uses the system utility rather than the Java package, so we need to make sure that it's installed.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user