From 3457f7bb7c2737ed91622ab0bb1889f93ca9c291 Mon Sep 17 00:00:00 2001 From: icedream Date: Fri, 16 Oct 2015 14:15:35 +0200 Subject: [PATCH] We should probably ACTUALLY upgrade to nodejs 4.x... --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 7921e0f..86d38ad 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,6 +4,7 @@ FROM phusion/passenger-nodejs:0.9.17 RUN rm /etc/apt/sources.list.d/* &&\ 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 \