Skip to content

Commit

Permalink
Fix up debian-10 nodeset installation steps
Browse files Browse the repository at this point in the history
  • Loading branch information
Gavin Williams committed Jun 18, 2020
1 parent 536e789 commit d5ae1b6
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions spec/acceptance/nodesets/debian-10-x64.yml
Expand Up @@ -9,9 +9,12 @@ HOSTS:
docker_preserve_image: true
docker_image_commands:
- apt-get install -yq apt-transport-https wget net-tools gpg ruby-augeas software-properties-common
- wget -qO - https://adoptopenjdk.jfrog.io/adoptopenjdk/api/gpg/key/public | apt-key add -
- add-apt-repository --yes https://adoptopenjdk.jfrog.io/adoptopenjdk/deb/
- apt update && apt-get install -yq adoptopenjdk-8-hotspot
# Switch to debian-security package. https://github.com/AdoptOpenJDK/openjdk-infrastructure/issues/1399
- apt-add-repository 'deb http://security.debian.org/debian-security stretch/updates main'
- apt-get update && apt-get install openjdk-8-jdk-headless
# - wget -qO - https://adoptopenjdk.jfrog.io/adoptopenjdk/api/gpg/key/public | apt-key add -
# - add-apt-repository --yes https://adoptopenjdk.jfrog.io/adoptopenjdk/deb/
# - apt update && apt-get install -yq adoptopenjdk-8-hotspot
CONFIG:
log_level: warn

0 comments on commit d5ae1b6

Please sign in to comment.