From 416eae3f3af2270438ad8f519317cd6afccfa739 Mon Sep 17 00:00:00 2001
From: Moritz Maxeiner <mm@ucw.sh>
Date: Mon, 20 Jan 2020 14:54:05 +0100
Subject: [PATCH] centos-7: Ensure Qt5 libraries can be found by ldconfig

---
 centos-7/Dockerfile        | 1 +
 centos-7/ldconfig/qt5.conf | 1 +
 2 files changed, 2 insertions(+)
 create mode 100644 centos-7/ldconfig/qt5.conf

diff --git a/centos-7/Dockerfile b/centos-7/Dockerfile
index acb48d5..8ca9892 100644
--- a/centos-7/Dockerfile
+++ b/centos-7/Dockerfile
@@ -349,4 +349,5 @@ RUN yum install -y \
         twine
 
 ADD ldconfig/local.conf /etc/ld.so.conf.d/local.conf
+ADD ldconfig/qt5.conf /etc/ld.so.conf.d/qt5.conf
 RUN ldconfig
diff --git a/centos-7/ldconfig/qt5.conf b/centos-7/ldconfig/qt5.conf
new file mode 100644
index 0000000..4a31c54
--- /dev/null
+++ b/centos-7/ldconfig/qt5.conf
@@ -0,0 +1 @@
+/opt/qt5/5.12.6/gcc_64/lib
-- 
GitLab