fix: add unzip dependency for ninja installation

This commit is contained in:
2026-05-09 22:14:53 -04:00
parent c6d2f5918f
commit 956d76f14d

View File

@@ -14,7 +14,7 @@ ARG NINJAVERSION=1.12.1
ARG GOLANG_VERSION=1.22.0
RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y \
curl git ccache build-essential pkg-config \
curl git ccache build-essential pkg-config unzip \
&& rm -rf /var/lib/apt/lists/*
# Install CMake from official binaries