Skip to content

Commit fa93b55

Browse files
authored
Merge pull request #81 from not-three/fix/missing-build-dependencies
fix: missing python build utilities
2 parents d37cab5 + e1cdfd8 commit fa93b55

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
FROM node:25-alpine as build-stage
1+
FROM node:25-alpine AS build-stage
22
WORKDIR /app
3+
RUN apk add --no-cache python3 make g++ py3-setuptools
34
RUN npm install -g pnpm
45
COPY package.json .
56
COPY pnpm-lock.yaml .

0 commit comments

Comments
 (0)