mirror of
https://github.com/google/nomulus
synced 2026-01-05 04:56:03 +00:00
Upgrade builder image to use Java 17 (#2289)
TESTED=ran nomulus-release on alpha with the new image
This commit is contained in:
@@ -22,7 +22,7 @@ apt-get upgrade -y
|
||||
# Install GPG2 (in case it was not included)
|
||||
apt-get install gnupg2 -y
|
||||
# Install Java
|
||||
apt-get install openjdk-11-jdk-headless -y
|
||||
apt-get install openjdk-17-jdk-headless -y
|
||||
# Install Python
|
||||
apt-get install python3 -y
|
||||
# As of March 2021 python3 is at v3.6. Get pip then install dataclasses
|
||||
|
||||
Reference in New Issue
Block a user