Skip to content
This repository was archived by the owner on Jan 26, 2026. It is now read-only.

Commit 0840b8c

Browse files
committed
adding ca-certificates
1 parent f90f959 commit 0840b8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ FROM ubuntu:20.04
44

55
RUN export DEBIAN_FRONTEND=noninteractive \
66
&& apt-get update \
7-
&& apt-get install -y --no-install-recommends g++ gcc wget make git\
7+
&& apt-get install -y --no-install-recommends g++ gcc wget make git ca-certificates \
88
&& apt-get clean \
99
&& rm -rf /var/lib/apt/lists/*
1010

0 commit comments

Comments
 (0)