Skip to content

Commit 3828fdc

Browse files
committed
fix: ca-certificates in dockerfile deps
1 parent 3611303 commit 3828fdc

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ RUN make build-plugins
1515
# Second stage: minimal runtime image
1616
FROM debian:bullseye-slim
1717

18+
RUN apt-get update && apt-get install -y \
19+
ca-certificates \
20+
&& rm -rf /var/lib/apt/lists/*
21+
1822
# Copy only the built binaries and entrypoint from builder
1923
COPY --from=builder /go/bin/druid* /usr/bin/
2024
COPY --from=builder /entrypoint.sh /entrypoint.sh

0 commit comments

Comments
 (0)