Skip to content

Commit

Permalink
add setuptools to builder stage
Browse files Browse the repository at this point in the history
  • Loading branch information
tmcgroul committed Jun 3, 2024
1 parent 38cb34f commit a063388
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 @@ -3,7 +3,7 @@ FROM ${node} AS node


FROM node AS builder
RUN apk add g++ make python3
RUN apk add g++ make python3 py3-setuptools
WORKDIR /squid
ADD . .
RUN node common/scripts/install-run-rush.js install
Expand Down

0 comments on commit a063388

Please sign in to comment.