mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-03-20 17:40:12 +00:00
- check appimage with Arch and --capabilities - this catches segfault with incompatible jack implementation in bundle and system (pipewire-jack package needed) - use empty directory for container build (instead of ".") also for Ubuntu (would not needlessly copy contents of current directory to Docker daemon)
4 lines
158 B
Docker
4 lines
158 B
Docker
# inspired by https://github.com/aferrero2707/appimage-testsuite
|
|
FROM archlinux
|
|
RUN pacman --noconfirm -Sy libglvnd libx11 fontconfig freetype2 pipewire-jack
|