Skip to content

Commit

Permalink
try del java certs?
Browse files Browse the repository at this point in the history
Signed-off-by: Adrian Cole <[email protected]>
  • Loading branch information
Adrian Cole committed Feb 7, 2024
1 parent 4f62d12 commit fb5538d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ java_major_version=$(echo ${java_version}| cut -f1 -d .)
package=openjdk${java_major_version}

cat /etc/apk/world
apk del java-cacerts
apk --no-cache add ${package}-jdk=~${java_version} binutils tar wget

# Typically, only amd64 is tested in CI: Run commands that ensure binaries match current arch.
Expand Down

0 comments on commit fb5538d

Please sign in to comment.