mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-04 04:22:50 +00:00
8 lines
127 B
Docker
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 []
|