Skip to content

Commit

Permalink
Adding odbcinst
Browse files Browse the repository at this point in the history
  • Loading branch information
Lannro committed Nov 20, 2024
1 parent ee7eea0 commit 72844ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ RUN chown -R www-data /var/www/html

# install odbc for shib sp
RUN apt-get update && \
apt-get -y install unixodbc libapache2-mod-shib gettext && \
apt-get -y install unixodbc odbcinst libapache2-mod-shib gettext && \
cd /usr && \
curl https://downloads.mariadb.com/Connectors/odbc/connector-odbc-3.1.1/mariadb-connector-odbc-3.1.1-ga-debian-x86_64.tar.gz | tar -xvz && \
echo "[MariaDB]" > MariaDB_odbc_driver_template.ini && \
Expand Down

0 comments on commit 72844ad

Please sign in to comment.