Skip to content

Commit 8a3b5fd

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

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Dockerfile-base

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
3232
ENV DB_CLIENT=/opt/sqlbot/db_client
3333
ARG TARGETARCH
3434
RUN apt-get update && \
35-
apt-get install -y curl unzip && \
36-
apt-get install -y libaio1 && \
35+
apt-get install -y unzip libaio1 && \
3736
mkdir -p ${DB_CLIENT} && \
3837
if [ "$TARGETARCH" = "amd64" ]; then \
3938
echo "Building for x86_64"; \

0 commit comments

Comments
 (0)