faasjs/faasjs

View on GitHub
images/node/Dockerfile

Summary

Maintainability
Test Coverage
FROM node:lts-alpine

RUN apk add --no-cache git bash openssh rsync zip python3 make g++ brotli curl

RUN corepack enable
RUN npm install -g npm@latest