test(e2e): fixed dockerfiles for py3.12
This commit is contained in:
parent
b419cb4753
commit
6f2b1a5769
2 changed files with 4 additions and 2 deletions
|
@ -1,7 +1,8 @@
|
|||
FROM node:20-alpine
|
||||
WORKDIR /app
|
||||
|
||||
RUN apk add python3 make g++ && \
|
||||
RUN apk add python3 py3-pip make g++ && \
|
||||
python3 -m pip install --break-system-packages setuptools && \
|
||||
corepack enable && \
|
||||
corepack prepare pnpm@9.0.6 --activate
|
||||
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
FROM node:20-alpine
|
||||
WORKDIR /app
|
||||
|
||||
RUN apk add python3 make g++ && \
|
||||
RUN apk add python3 py3-pip make g++ && \
|
||||
python3 -m pip install --break-system-packages setuptools && \
|
||||
corepack enable && \
|
||||
corepack prepare pnpm@9.0.6 --activate
|
||||
|
||||
|
|
Loading…
Reference in a new issue