mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-22 00:06:12 -05:00
fix: libaio on noble is incompatible for oracle client
see https://bugs.launchpad.net/ubuntu/+source/libaio/+bug/2067501
This commit is contained in:
parent
59a76430dc
commit
5737c9808c
@ -1,4 +1,3 @@
|
||||
version: '3'
|
||||
services:
|
||||
|
||||
oracle:
|
||||
|
@ -130,6 +130,8 @@ RUN unzip -n instantclient-sqlplus-linux.x64-21.16.0.0.0dbru.zip
|
||||
|
||||
ENV PATH="/instantclient_21_16:${PATH}"
|
||||
ENV LD_LIBRARY_PATH="/instantclient_21_16:${LD_LIBRARY_PATH}"
|
||||
# workaround noble libaio SONAME issue -- see https://bugs.launchpad.net/ubuntu/+source/libaio/+bug/2067501
|
||||
RUN if [ -e /usr/lib/x86_64-linux-gnu/libaio.so.1t64 ] ; then ln -sf /usr/lib/x86_64-linux-gnu/libaio.so.1t64 /usr/lib/x86_64-linux-gnu/libaio.so.1 ; fi
|
||||
|
||||
# Avoid sqlcmd termination due to locale -- see https://github.com/Microsoft/mssql-docker/issues/163
|
||||
RUN echo "nb_NO.UTF-8 UTF-8" > /etc/locale.gen
|
||||
|
Loading…
x
Reference in New Issue
Block a user