mirror of https://github.com/icedream/ts3bot.git
Fix python (youtube-dl did not work because of that).
parent
aec95b599c
commit
2732bdfa57
|
@ -8,7 +8,8 @@ RUN rm /etc/apt/sources.list.d/* &&\
|
||||||
nodejs \
|
nodejs \
|
||||||
blackbox xvfb xdotool \
|
blackbox xvfb xdotool \
|
||||||
pulseaudio pulseaudio-utils \
|
pulseaudio pulseaudio-utils \
|
||||||
dbus python-minimal \
|
dbus \
|
||||||
|
python python-minimal python-pkg-resources rtmpdump ffmpeg \
|
||||||
vlc vlc-plugin-pulse
|
vlc vlc-plugin-pulse
|
||||||
|
|
||||||
# initialize DBus
|
# initialize DBus
|
||||||
|
|
Loading…
Reference in New Issue