fix(ci): add DEBIAN_FRONTEND

Signed-off-by: mudler <mudler@localai.io>
This commit is contained in:
mudler
2025-04-25 18:11:13 +02:00
parent f6b6d5246c
commit 6209ededff

View File

@@ -22,6 +22,8 @@ RUN CGO_ENABLED=0 GOOS=linux go build -o mcpbox ./cmd/mcpbox
# Final stage # Final stage
FROM ubuntu:22.04 FROM ubuntu:22.04
ENV DEBIAN_FRONTEND=noninteractive
# Install runtime dependencies # Install runtime dependencies
RUN apt-get update && apt-get install -y ca-certificates tzdata docker.io bash RUN apt-get update && apt-get install -y ca-certificates tzdata docker.io bash