Skip to content

Commit

Permalink
Add python to the docker build stage
Browse files Browse the repository at this point in the history
  • Loading branch information
Arrow768 committed Jan 5, 2025
1 parent 1073ad7 commit 896110f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# build environment
FROM node:lts-alpine as build-stage
RUN apk add g++ make python3
WORKDIR /app
ENV PATH /app/node_modules/.bin:$PATH
COPY package*.json ./
Expand Down

0 comments on commit 896110f

Please sign in to comment.