We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3611303 commit 3828fdcCopy full SHA for 3828fdc
1 file changed
Dockerfile
@@ -15,6 +15,10 @@ RUN make build-plugins
15
# Second stage: minimal runtime image
16
FROM debian:bullseye-slim
17
18
+RUN apt-get update && apt-get install -y \
19
+ ca-certificates \
20
+ && rm -rf /var/lib/apt/lists/*
21
+
22
# Copy only the built binaries and entrypoint from builder
23
COPY --from=builder /go/bin/druid* /usr/bin/
24
COPY --from=builder /entrypoint.sh /entrypoint.sh
0 commit comments