Files
openstapps/images/node-builder/Dockerfile
2024-03-06 11:45:40 +01:00

8 lines
127 B
Docker

FROM node:18-alpine3.18
RUN apk update && apk add git jq curl python3 build-base
RUN npm install turbo pnpm --global
CMD []