From 11045741088b7ab8c7c641940e0c18d018cf7afe Mon Sep 17 00:00:00 2001 From: Moritz Maxeiner <mm@ucw.sh> Date: Wed, 29 Jan 2020 21:57:03 +0100 Subject: [PATCH] centos-7: Add missing Qt5Multimedia runtime dependencies --- centos-7/Dockerfile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/centos-7/Dockerfile b/centos-7/Dockerfile index 1d4a05a..651da24 100644 --- a/centos-7/Dockerfile +++ b/centos-7/Dockerfile @@ -100,6 +100,12 @@ RUN version=1.10.5 && \ ENV Qt5_DIR /opt/qt5/5.12.6/gcc_64/lib/cmake/Qt5 ADD qtifwsilent.qs /tmp/qtifwsilent.qs RUN version=5.12.6 && \ + yum install -y \ + pulseaudio-libs \ + pulseaudio-libs-glib2 \ + && \ + yum clean all && \ + source /etc/profile && \ cd /tmp && \ curl -sSLO https://download.qt.io/official_releases/qt/${version%.*}/${version}/qt-opensource-linux-x64-${version}.run && \ chmod +x qt-opensource-linux-x64-${version}.run && \ -- GitLab