Files
openstapps/images/node-builder/Dockerfile
2023-07-14 11:05:46 +02:00

8 lines
123 B
Docker

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