mirror of https://github.com/icedream/ts3bot.git
Upgrade VLC to 2.2 via a third-party repository.
parent
3457f7bb7c
commit
547adb1eca
|
@ -2,13 +2,14 @@ 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 &&\
|
||||||
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 \
|
nodejs \
|
||||||
blackbox xvfb xdotool \
|
blackbox xvfb xdotool \
|
||||||
pulseaudio pulseaudio-utils \
|
pulseaudio pulseaudio-utils \
|
||||||
vlc-nox vlc-data vlc-plugin-pulse \
|
dbus \
|
||||||
dbus
|
vlc vlc-plugin-pulse
|
||||||
|
|
||||||
# initialize DBus
|
# initialize DBus
|
||||||
RUN mkdir -p /var/run/dbus && \
|
RUN mkdir -p /var/run/dbus && \
|
||||||
|
|
Loading…
Reference in New Issue