mirror of
https://github.com/m1k1o/neko.git
synced 2024-07-24 14:40:50 +12:00
install xserver-xorg-input-void.
This commit is contained in:
parent
29359baf65
commit
eca75dcd07
@ -64,7 +64,7 @@ ARG USER_GID=$USER_UID
|
|||||||
# install dependencies
|
# install dependencies
|
||||||
RUN set -eux; apt-get update; \
|
RUN set -eux; apt-get update; \
|
||||||
apt-get install -y --no-install-recommends wget ca-certificates supervisor; \
|
apt-get install -y --no-install-recommends wget ca-certificates supervisor; \
|
||||||
apt-get install -y --no-install-recommends pulseaudio dbus-x11 xserver-xorg-video-dummy; \
|
apt-get install -y --no-install-recommends pulseaudio dbus-x11 xserver-xorg-video-dummy xserver-xorg-input-void; \
|
||||||
apt-get install -y --no-install-recommends libcairo2 libxcb1 libxrandr2 libxv1 libopus0 libvpx5; \
|
apt-get install -y --no-install-recommends libcairo2 libxcb1 libxrandr2 libxv1 libopus0 libvpx5; \
|
||||||
#
|
#
|
||||||
# gst
|
# gst
|
||||||
|
Loading…
Reference in New Issue
Block a user