Specify python version
This commit is contained in:
@@ -7,7 +7,7 @@ COPY ["package.json", "./"]
|
|||||||
COPY ["yarn.lock", "./"]
|
COPY ["yarn.lock", "./"]
|
||||||
|
|
||||||
FROM base AS builder
|
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 \
|
&& yarn install \
|
||||||
&& apk del .gyp
|
&& apk del .gyp
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user