summaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
Diffstat (limited to 'ci')
-rw-r--r--ci/docker/centos82
1 files changed, 2 insertions, 0 deletions
diff --git a/ci/docker/centos8 b/ci/docker/centos8
index bda4ee795..e1fb7684a 100644
--- a/ci/docker/centos8
+++ b/ci/docker/centos8
@@ -44,3 +44,5 @@ RUN useradd --shell /bin/bash libgit2 --create-home
FROM adduser AS configure
ENV PKG_CONFIG_PATH /usr/local/lib/pkgconfig
RUN mkdir /var/run/sshd
+RUN echo "/usr/local/lib" > /etc/ld.so.conf.d/local && \
+ ldconfig