test(e2e): fixed dockerfiles for py3.12

This commit is contained in:
alina 🌸 2024-05-28 14:44:16 +03:00
parent b419cb4753
commit 6f2b1a5769
Signed by: teidesu
SSH key fingerprint: SHA256:uNeCpw6aTSU4aIObXLvHfLkDa82HWH9EiOj9AXOIRpI
2 changed files with 4 additions and 2 deletions

View file

@ -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

View file

@ -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