From 956d76f14db063017dd893991e3f86fe6f1b3b81 Mon Sep 17 00:00:00 2001 From: Hermes Date: Sat, 9 May 2026 22:14:53 -0400 Subject: [PATCH] fix: add unzip dependency for ninja installation --- ai/ollama/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ai/ollama/Dockerfile b/ai/ollama/Dockerfile index 4b92e82..335987f 100644 --- a/ai/ollama/Dockerfile +++ b/ai/ollama/Dockerfile @@ -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