mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-03-20 17:40:12 +00:00
15 lines
313 B
Docker
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 \
|
|
|