CI Arch Linux Docker test: add -u to -Sy

It seems like some install fail if we do not upgrade at the same time.

fixes the error:
<https://gist.github.com/MartinPulec/602c195ec03933f826668b3ec1239d02>

+ use more descriptive name for the CI step
+ drop final \ in the Dockerfile (as mentioned in the CI output linked above)
This commit is contained in:
Martin Pulec
2026-02-17 09:02:39 +01:00
parent a6540e0316
commit e4d3035c1f
2 changed files with 3 additions and 3 deletions

View File

@@ -3,12 +3,12 @@ FROM archlinux
RUN pacman --noconfirm -Sy archlinux-keyring
RUN pacman-key --init
RUN pacman-key --populate
RUN pacman --noconfirm -Sy \
RUN pacman --noconfirm -Syu \
fontconfig \
freetype2 \
harfbuzz \
jack2\
libglvnd \
libx11 \
xorg-server-xvfb \
xorg-server-xvfb