Skip to content

Commit

Permalink
Link mariadb odbc to mysql odbc lib
Browse files Browse the repository at this point in the history
  • Loading branch information
xcompass committed Oct 22, 2024
1 parent acb00eb commit 639386a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down

0 comments on commit 639386a

Please sign in to comment.