struct(dockerfile): add openssl
This commit is contained in:
parent
0fbd3303e4
commit
7828ff2125
@ -19,6 +19,7 @@ EXPOSE 35729
|
||||
RUN apk --update --no-cache add \
|
||||
tini \
|
||||
tzdata \
|
||||
openssl \
|
||||
&& chown node:node /certs \
|
||||
&& chmod 700 certs \
|
||||
&& chmod +r /var/watch
|
||||
|
Loading…
Reference in New Issue
Block a user