struct(dockerfile): add openssl

This commit is contained in:
Asif Bacchus 2021-07-22 17:16:15 -06:00
parent 0fbd3303e4
commit 7828ff2125
1 changed files with 1 additions and 0 deletions

View File

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