Skip to content

Commit 3b1f03c

Browse files
committed
chore: test build
1 parent fb5efca commit 3b1f03c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ FROM node:24.7.0-alpine3.22 AS build
33
WORKDIR /usr/src/app
44
COPY package.json package-lock.json ./
55

6-
RUN apk add --upgrade python3 build-base \
6+
RUN apk add --upgrade python3 build-base py3-setuptools py3-pip \
7+
&& pip3 install --break-system-packages setuptools \
78
&& npm install
89
COPY . .
910
RUN npm run build

0 commit comments

Comments
 (0)