This commit is contained in:
ai-dev 2025-01-16 22:22:26 +01:00
parent 392bb4e338
commit f2ffd59b53

View File

@ -48,7 +48,8 @@ RUN apk add --no-cache \
lz4-dev \
zstd-dev \
curl-dev \
boost-dev
boost-dev \
re2-dev
# Clone the Apache Arrow source code
RUN git clone https://github.com/apache/arrow.git /arrow