Skip to content

Commit 92d86ad

Browse files
authored
Merge pull request #414 from devsecopsmaturitymodel/fix/build
chore: test build
2 parents ccad195 + 52093cf commit 92d86ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +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 py3-setuptools py3-pip && \
7-
pip3 install setuptools \
6+
RUN apk add --upgrade python3 build-base py3-setuptools py3-pip \
7+
&& pip3 install --break-system-packages setuptools \
88
&& npm install
99
COPY . .
1010
RUN npm run build --configuration=production

0 commit comments

Comments
 (0)