fix: 修正 oracle 路径

pull/10882/head
吴小白 2023-07-03 10:37:42 +08:00
parent 3971fce561
commit eb49beaf46
1 changed files with 1 additions and 0 deletions

View File

@ -71,6 +71,7 @@ RUN set -ex \
&& \
if [ "${TARGETARCH}" == "amd64" ] || [ "${TARGETARCH}" == "arm64" ]; then \
mkdir -p /opt/oracle; \
cd /opt/oracle; \
wget ${DOWNLOAD_URL}/public/instantclient-basiclite-linux.${TARGETARCH}-19.10.0.0.0.zip; \
unzip instantclient-basiclite-linux.${TARGETARCH}-19.10.0.0.0.zip; \
echo "/opt/oracle/instantclient_19_10" > /etc/ld.so.conf.d/oracle-instantclient.conf; \