@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user