Files
UltraGrid/.github/scripts/Linux/utils/Dockerfile.ubuntu
Martin Pulec de37ee3a70 CI Dockerfile.ubuntu: adjust also for ubuntu-latest
some packages changed its names
2025-11-25 11:55:49 +01:00

17 lines
554 B
Docker

# inspired by https://github.com/aferrero2707/appimage-testsuite
# installing libraries included in https://raw.githubusercontent.com/probonopd/AppImages/master/excludelist
# see also https://raw.githubusercontent.com/AppImageCommunity/pkg2appimage/refs/heads/master/excludedeblist
FROM ubuntu
RUN apt-get update
RUN \
. /etc/os-release; \
if [ "$VERSION_ID" != 22.04 ]; then \
T64=t64; \
fi; \
apt-get install -y\
libasound2$T64\
libegl1\
libfontconfig1\
libglx-mesa0\
libgmp10 libharfbuzz0b libopengl0 libp11-kit0 libx11-6 xvfb