From 7aa7cec5cd4f2f06cf1670d38b48a9e469268879 Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Sat, 16 Aug 2025 08:14:26 -0600 Subject: [PATCH] Include unzip --- docker/main/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/main/Dockerfile b/docker/main/Dockerfile index f58e3d5a9..1cf752ed5 100644 --- a/docker/main/Dockerfile +++ b/docker/main/Dockerfile @@ -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 \