alpine: use pyarrow package for webservice

This commit is contained in:
James R. Barlow
2025-01-01 18:45:27 -08:00
parent 36c82e0659
commit 1aaff4af6f
+1
View File
@@ -23,6 +23,7 @@ RUN apk add --no-cache \
ca-certificates \
git \
python3-dev \
python3-pyarrow \
curl
COPY . /app