Skip to content

Commit

Permalink
Update packer/provisioners/scripts/bootstrap_last_aws.sh
Browse files Browse the repository at this point in the history
Co-authored-by: Tara Drwenski <tdrwenski@users.noreply.github.com>
  • Loading branch information
oxelson and tdrwenski authored Jun 26, 2024
1 parent 29bbd8e commit 214c02c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packer/provisioners/scripts/bootstrap_last_aws.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ if [ "$EUID" -ne 0 ]; then
SUDO_CMD="sudo"
fi

# Need openjdk-11-jre-headless so that jenkins can connect to worker nodes
# Need openjdk-xx-jre-headless so that jenkins can connect to worker nodes
# using this ami.
${SUDO_CMD} apt install --yes openjdk-17-jre-headless

0 comments on commit 214c02c

Please sign in to comment.