mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-03-20 14:40:10 +00:00
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?)
13 lines
275 B
Docker
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 \
|
|
|