mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2025-12-13 01:36:22 +00:00
8 lines
183 B
Docker
8 lines
183 B
Docker
FROM node:22-alpine
|
|
|
|
RUN apk update && apk add git jq curl python3 build-base
|
|
|
|
RUN npm install turbo --global && corepack enable && corepack prepare pnpm@latest-10 --activate
|
|
|
|
CMD []
|