Skip to content

Commit 0d44261

Browse files
committed
build: oracle instant client
1 parent 81b82b0 commit 0d44261

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile-base

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
3030
&& chmod g+x /usr/local/bin/python*
3131

3232
ENV DB_CLIENT=/opt/sqlbot/db_client
33-
33+
ARG TARGETARCH
3434
RUN apt-get update && \
3535
apt-get install -y curl unzip && \
3636
mkdir -p ${DB_CLIENT} && \

0 commit comments

Comments
 (0)