diff --git a/Dockerfile b/Dockerfile index 918ad01f..d6087b23 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,6 +18,8 @@ WORKDIR $WORKING_DIR # where available (npm@5+) COPY package*.json ./ +RUN apk add openssl + RUN npm ci # Bundle app source