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