i have tried to install BigBlueButton many times and i failed each time, most of my problems comes from mongodb,docker and anything that blocked access from ip of my country ( iran ) i have found solution for mongodb and others but still cant find a solution for docker problem . i have taken a look at bbb-install.sh and only time that docker is used outside of install_greenlight() function is this
297 install_docker # needed for bbb-libreoffice-docker
298 docker pull openjdk:11-jre-buster # fix issue 413
299 docker tag openjdk:11-jre-buster openjdk:11-jre
is there anyway for me to not to use docker for openjdk ? and if yes how ? ( i do not know anything about docker )
many thanks !