fixing missing dependency

This commit is contained in:
2025-07-15 12:07:45 +02:00
parent 4404b4645a
commit b1629bc701

View File

@@ -19,6 +19,7 @@ RUN CGO_ENABLED=1 GOOS=linux go build -a -installsuffix cgo -o ollama-proxy
FROM debian:bookworm-slim FROM debian:bookworm-slim
RUN apt-get update && apt-get install -y \ RUN apt-get update && apt-get install -y \
ca-certificates \ ca-certificates \
wget \
&& rm -rf /var/lib/apt/lists/* && rm -rf /var/lib/apt/lists/*
COPY --from=builder /app/ollama-proxy /ollama-proxy COPY --from=builder /app/ollama-proxy /ollama-proxy