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