Skip to content

Commit

Permalink
add python pip and setuptools to docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
nick-funk committed May 30, 2024
1 parent 978ecbe commit 302e39b
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:18-alpine
ENV NODE_OPTIONS="--max-old-space-size=8192 --openssl-legacy-provider --no-experimental-fetch"

# Install build dependancies.
RUN apk --no-cache --update add g++ make git python3 \
RUN apk --no-cache --update add g++ make git python3 py3-pip py3-setuptools \
&& rm -rf /var/cache/apk/*

RUN npm install -g [email protected]
Expand Down

0 comments on commit 302e39b

Please sign in to comment.