🐳 Fix docker image build by adding python package install
This commit is contained in:
@ -17,7 +17,7 @@ COPY . .
|
|||||||
RUN turbo prune --scope=${SCOPE} --docker
|
RUN turbo prune --scope=${SCOPE} --docker
|
||||||
|
|
||||||
FROM base AS builder
|
FROM base AS builder
|
||||||
RUN apt-get -qy update && apt-get -qy --no-install-recommends install openssl git
|
RUN apt-get -qy update && apt-get -qy --no-install-recommends install openssl git python3 g++ build-essential
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY .gitignore .gitignore
|
COPY .gitignore .gitignore
|
||||||
COPY .npmrc .pnpmfile.cjs ./
|
COPY .npmrc .pnpmfile.cjs ./
|
||||||
|
Reference in New Issue
Block a user