chore: updated dockerfile for feeds-go b6537f8e
Steve Simkins · 2026-05-18 10:31 1 file(s) · +2 −0
apps/feeds-go/Dockerfile +2 −0
9 9
RUN CGO_ENABLED=0 go build -o /feeds-go .
10 10
11 11
FROM debian:bookworm-slim
12 +
RUN apt-get update && apt-get install -y --no-install-recommends ca-certificates \
13 +
    && rm -rf /var/lib/apt/lists/*
12 14
COPY --from=builder /feeds-go /usr/local/bin/feeds-go
13 15
WORKDIR /data
14 16
ENV HOST=0.0.0.0