Files
UltraGrid/.github/scripts/Linux/utils/Dockerfile.archlinux
Martin Pulec e4d3035c1f 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)
2026-02-17 09:32:22 +01:00

15 lines
312 B
Docker

# inspired by https://github.com/aferrero2707/appimage-testsuite
FROM archlinux
RUN pacman --noconfirm -Sy archlinux-keyring
RUN pacman-key --init
RUN pacman-key --populate
RUN pacman --noconfirm -Syu \
fontconfig \
freetype2 \
harfbuzz \
jack2\
libglvnd \
libx11 \
xorg-server-xvfb