-
Notifications
You must be signed in to change notification settings - Fork 95
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Kurento ubuntu repos updated (added "[arch=amd64]")
- Loading branch information
1 parent
49c9cf6
commit a70ba1d
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ FROM ubuntu:16.04 | |
LABEL maintainer="[email protected]" | ||
|
||
# Install Kurento Media Server (KMS) | ||
RUN echo "deb http://ubuntu.openvidu.io/6.9.0 xenial kms6" | tee /etc/apt/sources.list.d/kurento.list \ | ||
RUN echo "deb [arch=amd64] http://ubuntu.openvidu.io/6.9.0 xenial kms6" | tee /etc/apt/sources.list.d/kurento.list \ | ||
&& apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 5AFA7A83 \ | ||
&& apt-get update \ | ||
&& apt-get -y install kurento-media-server \ | ||
|