Files
UltraGrid/.github/scripts/Linux/utils/Dockerfile.archlinux
Martin Pulec 53892bbd0a CI Linux AppImage test: run tests for both distros
run the same test cases for both Arch Linux and Ubuntu

+ rename Dockerfile.arch to Dockerfile.archlinux (the former is a bit
misleading - arch==architecture or what?)
2025-11-25 11:55:48 +01:00

13 lines
275 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 \
jack2\
libglvnd \
libx11 \