mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-03-20 14:40:10 +00:00
SDL_mixer has some nasty dependency on JACK so remove it altogether since it is perhaps seldom used (the MIDI playback may be added later eg. as a standalone audio capture). (see GH discussion #241)
5 lines
331 B
Docker
5 lines
331 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 libgmp10 libharfbuzz0b libp11-kit0 libx11-6
|