Compare commits
1 Commits
v2.1.0
...
chore/ubun
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
dfa3728867 |
@@ -20,10 +20,10 @@ COPY . .
|
||||
RUN CGO_ENABLED=0 GOOS=linux go build -o mcpbox ./cmd/mcpbox
|
||||
|
||||
# Final stage
|
||||
FROM alpine:3.19
|
||||
FROM ubuntu:22.04
|
||||
|
||||
# Install runtime dependencies
|
||||
RUN apk add --no-cache ca-certificates tzdata docker
|
||||
RUN apt-get update && apt-get install -y ca-certificates tzdata docker.io bash
|
||||
|
||||
# Create non-root user
|
||||
#RUN adduser -D -g '' appuser
|
||||
|
||||
Reference in New Issue
Block a user