cncf / cncf-fuzzing

✨🔐 CNCF Fuzzers
https://cncf.io/projects
Apache License 2.0
111 stars 41 forks source link

keycloak: Fix java home #441

Closed arthurscchan closed 1 year ago

arthurscchan commented 1 year ago

After the changes in #440. The JDK-17 is now installed by apt command in the Dockerfile. The JAVA_HOME and PATH will automatically set by the apt command and thus the manual config of this two environment variable is not needed anymore.