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 \