Skip to content

Commit 46fb94d

Browse files
committed
build: oracle instant client
1 parent b62bafd commit 46fb94d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile-base

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ ENV DB_CLIENT=/opt/sqlbot/db_client
3333
ARG TARGETARCH
3434
RUN apt-get update && \
3535
apt-get install -y curl unzip && \
36+
apt-get install -y libaio1 && \
3637
mkdir -p ${DB_CLIENT} && \
3738
if [ "$TARGETARCH" = "amd64" ]; then \
3839
echo "Building for x86_64"; \
@@ -43,4 +44,5 @@ RUN apt-get update && \
4344
fi && \
4445
unzip app.zip -d ${DB_CLIENT} && \
4546
rm app.zip && \
47+
rm -rf /var/lib/apt/lists/* && \
4648
mv ${DB_CLIENT}/instantclient* ${DB_CLIENT}/oracle_instant_client

0 commit comments

Comments
 (0)