We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c805080 commit 5f49187Copy full SHA for 5f49187
Dockerfile
@@ -80,6 +80,7 @@ ENV POSTGRES_DB=sqlbot
80
ENV POSTGRES_USER=root
81
ENV POSTGRES_PASSWORD=Password123@pg
82
83
+# Add Oracle instant client path to ENV
84
ENV LD_LIBRARY_PATH="/opt/sqlbot/db_client/oracle_instant_client:${LD_LIBRARY_PATH}"
85
86
# Copy necessary files from builder
Dockerfile-base
@@ -29,6 +29,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
29
&& chmod g+xr /usr/bin/ld.so \
30
&& chmod g+x /usr/local/bin/python*
31
32
+# Download Oracle instant client
33
ENV DB_CLIENT=/opt/sqlbot/db_client
34
ARG TARGETARCH
35
RUN apt-get update && \
0 commit comments