I\'ve created the following docker file:
FROM node:12.14.0-alpine RUN apk upgrade --update-cache --available && \\ apk add openssl && \\