Skip to content
Snippets Groups Projects

Test fix to openjdk install failure.

Merged godog requested to merge man into master
1 file
+ 3
0
Compare changes
  • Side-by-side
  • Inline
+ 3
0
@@ -70,6 +70,9 @@ EOF
apt-get update
# Fix openjdk-11 install failure. #955619
install -d /usr/share/man/man1
# If we do not install a JRE before ES, the installation will fail (huh?)...
install_packages default-jre-headless
install_packages ${PACKAGES}
Loading