Skip to content

Commit

Permalink
Kurento ubuntu repos updated (added "[arch=amd64]")
Browse files Browse the repository at this point in the history
  • Loading branch information
pabloFuente committed Apr 5, 2019
1 parent 49c9cf6 commit a70ba1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion front/openvidu-call/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit a70ba1d

Please sign in to comment.