From aec95b599c1c2a6414f8f567977479f4fcfff6ad Mon Sep 17 00:00:00 2001 From: icedream Date: Fri, 16 Oct 2015 21:39:42 +0200 Subject: [PATCH] Revert "Do not upgrade to nodejs 4.x, seemingly this messes with python in bad ways." This reverts commit cb17658e904b9307c3ef7cd76a412cb4ee4d237a. --- Dockerfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 625b76c..f291eff 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,11 +3,12 @@ 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 &&\ - apt-get update &&\ + 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 \ - dbus \ + dbus python-minimal \ vlc vlc-plugin-pulse # initialize DBus