Skip to content

Commit a101290

Browse files
committed
chore: add ca-certificates
1 parent d3d25c4 commit a101290

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Dockerfile

+6
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,12 @@ FROM debian:bookworm
1515

1616
WORKDIR /app
1717

18+
RUN --mount=type=cache,target=/var/lib/apt \
19+
--mount=type=cache,target=/var/cache/apt \
20+
apt-get update && \
21+
apt-get install --no-install-recommends -y curl less locales ca-certificates
22+
23+
1824
COPY --from=builder /app/batch-runner /app/batch-runner
1925

2026
ENTRYPOINT ["/app/batch-runner"]

0 commit comments

Comments
 (0)