From 639386a917b19d35b5f39e50aecbef02ea9a8d89 Mon Sep 17 00:00:00 2001 From: Pan Luo Date: Tue, 22 Oct 2024 13:54:44 -0700 Subject: [PATCH] Link mariadb odbc to mysql odbc lib --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 9b6ffe0..35f8afb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -22,6 +22,7 @@ RUN yum -y update \ && dnf install -y 'dnf-command(config-manager)' \ && dnf config-manager --set-enabled crb \ && yum -y install shibboleth-${SHIBD_VERSION} mariadb-connector-odbc gettext mysql nc \ + && ln -s /usr/lib64/libmaodbc.so /usr/lib64/libmyodbc8.so \ && yum -y clean all COPY shibboleth2.xml-template /etc/shibboleth/