Skip to content

Commit 4950677

Browse files
committed
Add python to the docker build stage
1 parent 1073ad7 commit 4950677

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# build environment
22
FROM node:lts-alpine as build-stage
3+
RUN apk add g++ make python
34
WORKDIR /app
45
ENV PATH /app/node_modules/.bin:$PATH
56
COPY package*.json ./

0 commit comments

Comments
 (0)