We should probably ACTUALLY upgrade to nodejs 4.x...

master
Icedream 2015-10-16 14:15:35 +02:00
parent db5f76b4b6
commit 3457f7bb7c
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@ FROM phusion/passenger-nodejs:0.9.17
RUN rm /etc/apt/sources.list.d/* &&\ RUN rm /etc/apt/sources.list.d/* &&\
DEBIAN_FRONTEND=noninteractive curl -sL https://deb.nodesource.com/setup_4.x | bash - &&\ 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 \
vlc-nox vlc-data vlc-plugin-pulse \ vlc-nox vlc-data vlc-plugin-pulse \