From 7828ff212529bb9f71f1a4d71b933f15282807a6 Mon Sep 17 00:00:00 2001 From: Asif Bacchus Date: Thu, 22 Jul 2021 17:16:15 -0600 Subject: [PATCH] struct(dockerfile): add openssl --- build/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/build/Dockerfile b/build/Dockerfile index 4f0f722..9a330c8 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -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