Specify python version

This commit is contained in:
2022-05-14 08:14:38 +01:00
committed by GitHub
parent 74e49ddde7
commit 4521ca2090

View File

@@ -7,7 +7,7 @@ COPY ["package.json", "./"]
COPY ["yarn.lock", "./"]
FROM base AS builder
RUN apk add --no-cache --virtual .gyp python make g++ \
RUN apk add --no-cache --virtual .gyp python3 make g++ \
&& yarn install \
&& apk del .gyp