Skip to content

Commit 80a6d34

Browse files
docker: fetch CA certificates
1 parent 531a879 commit 80a6d34

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ FROM ubuntu:22.04
2626
RUN apt update \
2727
&& apt install -y --no-install-recommends \
2828
dumb-init \
29+
ca-certificates \
2930
&& rm -rf /var/lib/apt/lists/*
3031

3132
WORKDIR /

0 commit comments

Comments
 (0)