Skip to content

Commit

Permalink
fix python in node 18 docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
nick-funk committed Jun 26, 2023
1 parent bda20d0 commit b9b9938
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ FROM node:18-alpine
ENV NODE_OPTIONS=--max-old-space-size=8192

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

RUN npm install -g npm@8.0.0

Expand Down

0 comments on commit b9b9938

Please sign in to comment.