Pull sqlite3 from mirror (#19540)

* Pull sqlite3 from mirror

* Remove extra wget

* Adjust folder name

* Use pre-built sqlite

* Include unzip
This commit is contained in:
Nicolas Mowen
2025-08-16 09:30:24 -05:00
committed by GitHub
parent addb4e6891
commit 06539c925c
2 changed files with 16 additions and 9 deletions
+1 -1
View File
@@ -152,7 +152,7 @@ ARG TARGETARCH
# Use a separate container to build wheels to prevent build dependencies in final image
RUN apt-get -qq update \
&& apt-get -qq install -y \
apt-transport-https wget \
apt-transport-https wget unzip \
&& apt-get -qq update \
&& apt-get -qq install -y \
python3.11 \