We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f90f959 commit 0840b8cCopy full SHA for 0840b8c
1 file changed
docker/Dockerfile
@@ -4,7 +4,7 @@ FROM ubuntu:20.04
4
5
RUN export DEBIAN_FRONTEND=noninteractive \
6
&& apt-get update \
7
- && apt-get install -y --no-install-recommends g++ gcc wget make git\
+ && apt-get install -y --no-install-recommends g++ gcc wget make git ca-certificates \
8
&& apt-get clean \
9
&& rm -rf /var/lib/apt/lists/*
10
0 commit comments