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

This reverts commit cb17658e90.
master
Icedream 2015-10-16 21:39:42 +02:00
parent cb17658e90
commit aec95b599c
1 changed files with 3 additions and 2 deletions

View File

@ -3,11 +3,12 @@ FROM phusion/passenger-nodejs:0.9.17
# prepare APT with only the repositories we want # prepare APT with only the repositories we want
RUN rm /etc/apt/sources.list.d/* &&\ RUN rm /etc/apt/sources.list.d/* &&\
add-apt-repository ppa:mc3man/trusty-media -y &&\ 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 \ DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
nodejs \
blackbox xvfb xdotool \ blackbox xvfb xdotool \
pulseaudio pulseaudio-utils \ pulseaudio pulseaudio-utils \
dbus \ dbus python-minimal \
vlc vlc-plugin-pulse vlc vlc-plugin-pulse
# initialize DBus # initialize DBus