FROM node:22-alpine

RUN apk update && apk add git jq curl python3 build-base

RUN npm install turbo pnpm --global

CMD []
