mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-03-20 10:40:09 +00:00
7 lines
354 B
Docker
7 lines
354 B
Docker
# inspired by https://github.com/aferrero2707/appimage-testsuite
|
|
# installing libraries included in https://raw.githubusercontent.com/probonopd/AppImages/master/excludelist
|
|
FROM ubuntu:22.04
|
|
RUN apt-get update
|
|
RUN apt-get install -y libasound2 libegl1-mesa libfontconfig1 libgl1-mesa-glx \
|
|
libgmp10 libharfbuzz0b libopengl0 libp11-kit0 libx11-6 xvfb
|