mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-03-20 19:40:14 +00:00
Fixes some weird error with Pipewire over ALSA on Arch: https://github.com/CESNET/UltraGrid/actions/runs/5642223630/job/15281663172
7 lines
243 B
Docker
7 lines
243 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 libglvnd libx11 fontconfig freetype2 jack2
|