mirror of
https://github.com/bigbluebutton/docker.git
synced 2025-06-18 19:07:28 +02:00
Updated key for mongoDB
This commit is contained in:
parent
637c894d0a
commit
97a8f7bd6f
@ -30,7 +30,7 @@ RUN apt-get install -y bigbluebutton
|
|||||||
RUN apt-get install -y bbb-demo
|
RUN apt-get install -y bbb-demo
|
||||||
|
|
||||||
# -- Install mongodb (for HTML5 client)
|
# -- Install mongodb (for HTML5 client)
|
||||||
RUN sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv 2930ADAE8CAF5059EE73BB4B58712A2291FA4AD5
|
RUN sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv 0C49F3730359A14518585931BC711F9BA15703C6
|
||||||
RUN echo "deb [ arch=amd64,arm64 ] http://repo.mongodb.org/apt/ubuntu xenial/mongodb-org/3.4 multiverse" | sudo tee /etc/apt/sources.list.d/mongodb-org-3.4.list
|
RUN echo "deb [ arch=amd64,arm64 ] http://repo.mongodb.org/apt/ubuntu xenial/mongodb-org/3.4 multiverse" | sudo tee /etc/apt/sources.list.d/mongodb-org-3.4.list
|
||||||
RUN sudo apt-get update && sudo apt-get install -y mongodb-org curl
|
RUN sudo apt-get update && sudo apt-get install -y mongodb-org curl
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user