mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-18 23:52:52 +00:00
8 lines
107 B
Docker
8 lines
107 B
Docker
FROM node:22-alpine
|
|
|
|
RUN apk update && apk add git jq curl python3 build-base
|
|
|
|
RUN corepack enable
|
|
|
|
CMD []
|