refactor(*): move to x11
This commit is contained in:
@@ -1,23 +1,19 @@
|
||||
FROM debian:bullseye-slim
|
||||
|
||||
RUN apt-get update && apt-get install -y \
|
||||
sway \
|
||||
xwayland \
|
||||
dbus-x11 \
|
||||
libwayland-client0 \
|
||||
libwayland-server0 \
|
||||
libwayland-egl1 \
|
||||
mesa-vulkan-drivers \
|
||||
libvulkan1 \
|
||||
fonts-liberation \
|
||||
xserver-xorg-core \
|
||||
xserver-xorg-video-fbdev \
|
||||
xserver-xorg-video-fbturbo \
|
||||
xserver-xorg-video-all \
|
||||
x11-xserver-utils \
|
||||
xinit \
|
||||
dbus-x11 \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
COPY sway.conf /etc/sway/config
|
||||
COPY start.sh /start.sh
|
||||
RUN chmod +x /start.sh
|
||||
|
||||
# Need to run as root to access DRM devices on many kiosk setups
|
||||
# Xorg needs root to access DRM and VT
|
||||
USER root
|
||||
|
||||
CMD ["/start.sh"]
|
||||
|
||||
Reference in New Issue
Block a user