From 547adb1eca98fb7ee41fcbe1e283546ef7de1f40 Mon Sep 17 00:00:00 2001 From: icedream Date: Fri, 16 Oct 2015 19:55:19 +0200 Subject: [PATCH] Upgrade VLC to 2.2 via a third-party repository. --- Dockerfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 86d38ad..35cbfcc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,13 +2,14 @@ FROM phusion/passenger-nodejs:0.9.17 # prepare APT with only the repositories we want RUN rm /etc/apt/sources.list.d/* &&\ + add-apt-repository ppa:mc3man/trusty-media -y &&\ DEBIAN_FRONTEND=noninteractive curl -sL https://deb.nodesource.com/setup_4.x | bash - &&\ DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \ nodejs \ blackbox xvfb xdotool \ pulseaudio pulseaudio-utils \ - vlc-nox vlc-data vlc-plugin-pulse \ - dbus + dbus \ + vlc vlc-plugin-pulse # initialize DBus RUN mkdir -p /var/run/dbus && \