add ca-certificates package
This commit is contained in:
parent
a5bb818120
commit
1f21d711ca
@ -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 && \
|
||||
|
Loading…
x
Reference in New Issue
Block a user