From cc5d023b932dde2aeacae547146067b77341901b Mon Sep 17 00:00:00 2001 From: Berndinox Date: Tue, 9 Jul 2019 10:31:46 +0200 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0a9d9ed..fa85ce7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,7 +17,7 @@ ENV HELM_VERSION="v2.14.1" ENV KUBEDB_VERSION=0.12.0 ENV NODE_ENV=production -RUN apk add -U openssh-client sshpass curl git nano wget +RUN apk add -U openssh-client sshpass curl git nano wget openrc EXPOSE 3000 COPY --from=builder /usr/src/app/dist /usr/src/app/dist COPY --from=builder /usr/src/app/node_modules /usr/src/app/node_modules