We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1073ad7 commit 4950677Copy full SHA for 4950677
Dockerfile
@@ -1,5 +1,6 @@
1
# build environment
2
FROM node:lts-alpine as build-stage
3
+RUN apk add g++ make python
4
WORKDIR /app
5
ENV PATH /app/node_modules/.bin:$PATH
6
COPY package*.json ./
0 commit comments