From b1629bc701e4d4dd2fd471799c659cc5261f453f Mon Sep 17 00:00:00 2001 From: Aljaz Ceru Date: Tue, 15 Jul 2025 12:07:45 +0200 Subject: [PATCH] fixing missing dependency --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index dc5bd3d..04ab177 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,6 +19,7 @@ RUN CGO_ENABLED=1 GOOS=linux go build -a -installsuffix cgo -o ollama-proxy FROM debian:bookworm-slim RUN apt-get update && apt-get install -y \ ca-certificates \ + wget \ && rm -rf /var/lib/apt/lists/* COPY --from=builder /app/ollama-proxy /ollama-proxy