Files
UltraGrid/.github/scripts/Linux/utils/Dockerfile.archlinux
Martin Pulec 8e9f142f7c CI Dockerfile.archlinux: add missing deps
- harfbuzz - blacklisted by AI excludelist
- xorg-server-xvfb - needed for GUI test
2025-11-25 11:55:48 +01:00

15 lines
313 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 -Sy \
fontconfig \
freetype2 \
harfbuzz \
jack2\
libglvnd \
libx11 \
xorg-server-xvfb \