2
0

🐳 Fix docker image build by adding python package install

This commit is contained in:
Baptiste Arnaud
2024-06-03 12:22:08 +02:00
parent 61c2533df3
commit 9ec3f35382

View File

@ -17,7 +17,7 @@ COPY . .
RUN turbo prune --scope=${SCOPE} --docker
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
COPY .gitignore .gitignore
COPY .npmrc .pnpmfile.cjs ./