summaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
authorEdward Thomson <ethomson@edwardthomson.com>2021-08-17 08:19:10 -0400
committerEdward Thomson <ethomson@edwardthomson.com>2021-08-21 08:18:25 -0400
commitecdb41f911783c3f21c88ed799efb38030336789 (patch)
tree1f7f92e0e002ac638038de27f071b9962d7943c6 /ci
parent3f02b5b95e90d6be25aedf3f861e173182e815d7 (diff)
downloadlibgit2-ecdb41f911783c3f21c88ed799efb38030336789.tar.gz
ci: update centos to find libssh2ethomson/centos_ci
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