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 531a879 commit 80a6d34Copy full SHA for 80a6d34
Dockerfile
@@ -26,6 +26,7 @@ FROM ubuntu:22.04
26
RUN apt update \
27
&& apt install -y --no-install-recommends \
28
dumb-init \
29
+ ca-certificates \
30
&& rm -rf /var/lib/apt/lists/*
31
32
WORKDIR /
0 commit comments