Update necessary dependencies

This commit is contained in:
Manuel 2022-09-23 18:49:48 +02:00
parent 8cb8bb67c3
commit 3f774d0b46
Signed by: Manuel
GPG key ID: 4085037435E1F07A
2 changed files with 3 additions and 2 deletions

View file

@ -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/* \