mirror of https://github.com/icedream/ts3bot.git
We should probably ACTUALLY upgrade to nodejs 4.x...
parent
db5f76b4b6
commit
3457f7bb7c
|
@ -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 \
|
||||||
|
|
Loading…
Reference in New Issue