Set OpenJDK v8 manually

Also fix minor ssl issue.
This commit is contained in:
Luis Guzmán 2020-03-25 18:52:44 -06:00
parent 6bd40f8ecc
commit feb12db832
1 changed files with 6 additions and 1 deletions

View File

@ -131,7 +131,12 @@ echo "
"
apt -yqq install \
jitsi-meet \
jibri
jibri \
openjdk-8-jre-headless
# Fix RAND_load_file error
#https://github.com/openssl/openssl/issues/7754#issuecomment-444063355
sed -i "/RANDFILE/d" /etc/ssl/openssl.cnf
echo "
#--------------------------------------------------