Skip to content

Commit

Permalink
🐳 Fix docker image build by adding python package install
Browse files Browse the repository at this point in the history
  • Loading branch information
baptisteArno committed Jun 3, 2024
1 parent 61c2533 commit 9ec3f35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 ./
Expand Down

0 comments on commit 9ec3f35

Please sign in to comment.