add ca-certificates package

This commit is contained in:
MrMeeb 2023-07-08 16:29:40 +00:00
parent a5bb818120
commit 1f21d711ca

View File

@ -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 && \