From 3f774d0b46a5c3da2788ce85038a7d2a1f32b78c Mon Sep 17 00:00:00 2001 From: Manuel Date: Fri, 23 Sep 2022 18:49:48 +0200 Subject: [PATCH] Update necessary dependencies --- Dockerfile | 3 ++- aur-packages | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 596e6a0..92d9c16 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,8 @@ FROM binhex/arch-base:latest COPY --from=build /tmp/cage/*.pkg.tar.zst /tmp/cage/ -RUN pacman -Syu --noconfirm mesa mesa-libgl wayvnc noto-fonts gnu-free-fonts \ +RUN pacman -Syu --noconfirm mesa mesa-libgl wayvnc seatd \ + xorg-xwayland noto-fonts gnu-free-fonts \ && pacman -U --noconfirm /tmp/cage/*.pkg.tar.zst \ && yes y | pacman -Scc >/dev/null 2>&1 \ && rm -rf /usr/share/man/* /usr/share/doc/* \ diff --git a/aur-packages b/aur-packages index dd30717..5f454d6 160000 --- a/aur-packages +++ b/aur-packages @@ -1 +1 @@ -Subproject commit dd3071719e4ae5c402fc32c02d887d1c9165ed1d +Subproject commit 5f454d6520b5709b8e0cca6de5a9d40ad6b8f323