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