From 1f21d711caf79d3391b7a2f2229cee4603926022 Mon Sep 17 00:00:00 2001 From: MrMeeb Date: Sat, 8 Jul 2023 16:29:40 +0000 Subject: [PATCH] add ca-certificates package --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6a5dfd1..d63f5df 100644 --- a/Dockerfile +++ b/Dockerfile @@ -23,7 +23,7 @@ ENV TZ=UTC ENV LOG_LEVEL=9 #Get required packages -RUN apk update && apk add tzdata curl shadow bash xz git procps nodejs npm nano openssl +RUN apk update && apk add tzdata curl shadow bash xz git procps nodejs npm nano openssl ca-certificates #Make folders RUN mkdir /config && \