alangecker / bigbluebutton-docker

merged into https://github.com/bigbluebutton/docker
GNU Lesser General Public License v3.0
99 stars 33 forks source link

Connecting to ubuntu.bigbluebutton.org fail #111

Closed zhoumh1988 closed 3 years ago

zhoumh1988 commented 3 years ago
Removing intermediate container 99dd5cf5fddc
 ---> e4f28ba78d59
Step 12/39 : RUN sh -c 'wget https://ubuntu.bigbluebutton.org/repo/bigbluebutton.asc -O- | apt-key add -'     && sh -c 'echo "deb https://ubuntu.bigbluebutton.org/xenial-22 bigbluebutton-xenial main" > /etc/apt/sources.list.d/bigbluebutton.list'
 ---> Running in a7cd267e9b5b
--2021-03-24 02:51:49--  https://ubuntu.bigbluebutton.org/repo/bigbluebutton.asc
Resolving ubuntu.bigbluebutton.org (ubuntu.bigbluebutton.org)... 167.99.180.121
Connecting to ubuntu.bigbluebutton.org (ubuntu.bigbluebutton.org)|167.99.180.121|:443... connected.

How to change host to 'packages-eu.bigbluebutton.org'?

zhoumh1988 commented 3 years ago
grep -i "ubuntu.bigbluebutton" ./mod/*/**

Modify these files, change ubuntu.bigbluebutton to packages-eu.bigbluebutton.org.

Don't change this ./mod/core/Dockerfile:RUN sh -c 'wget https://ubuntu.bigbluebutton.org/repo/bigbluebutton.asc -O- | apt-key add -' \