Do not upgrade to nodejs 4.x, seemingly this messes with python in bad ways.

master
Icedream 2015-10-16 21:01:31 +02:00
parent 3d1e1151ee
commit cb17658e90
1 changed files with 2 additions and 3 deletions

View File

@ -3,12 +3,11 @@ 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 - &&\
apt-get update &&\
DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
nodejs \
blackbox xvfb xdotool \
pulseaudio pulseaudio-utils \
dbus python-minimal \
dbus \
vlc vlc-plugin-pulse
# initialize DBus