mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-03-21 19:40:24 +00:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user