Update necessary dependencies
This commit is contained in:
parent
8cb8bb67c3
commit
3f774d0b46
2 changed files with 3 additions and 2 deletions
|
@ -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/* \
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit dd3071719e4ae5c402fc32c02d887d1c9165ed1d
|
||||
Subproject commit 5f454d6520b5709b8e0cca6de5a9d40ad6b8f323
|
Loading…
Reference in a new issue