add ca-certificates package
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
7812c5f6e6
commit
f27a36c5c0
@ -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