Skip to content

Commit 5f49187

Browse files
committed
build: oracle instant client
1 parent c805080 commit 5f49187

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ ENV POSTGRES_DB=sqlbot
8080
ENV POSTGRES_USER=root
8181
ENV POSTGRES_PASSWORD=Password123@pg
8282

83+
# Add Oracle instant client path to ENV
8384
ENV LD_LIBRARY_PATH="/opt/sqlbot/db_client/oracle_instant_client:${LD_LIBRARY_PATH}"
8485

8586
# Copy necessary files from builder

Dockerfile-base

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
2929
&& chmod g+xr /usr/bin/ld.so \
3030
&& chmod g+x /usr/local/bin/python*
3131

32+
# Download Oracle instant client
3233
ENV DB_CLIENT=/opt/sqlbot/db_client
3334
ARG TARGETARCH
3435
RUN apt-get update && \

0 commit comments

Comments
 (0)