Skip to content

Commit

Permalink
chore: add distutils to build phase of Dockerfile (#6845)
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewkeil authored Jun 3, 2024
1 parent 8b6ecc4 commit cb522bd
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 @@ -23,7 +23,7 @@ RUN cd packages/cli && GIT_COMMIT=${COMMIT} yarn write-git-data
# Note: This step is redundant for the host arch
FROM node:22-alpine as build_deps
WORKDIR /usr/app
RUN apk update && apk add --no-cache g++ make python3 && rm -rf /var/cache/apk/*
RUN apk update && apk add --no-cache g++ make python3 py3-setuptools && rm -rf /var/cache/apk/*

COPY --from=build_src /usr/app .

Expand Down

0 comments on commit cb522bd

Please sign in to comment.