We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e1064d commit 56ea941Copy full SHA for 56ea941
Dockerfile
@@ -1,5 +1,6 @@
1
FROM node:20.11.1-alpine AS builder
2
WORKDIR '/app'
3
+RUN apk add --no-cache python3 make g++
4
COPY ./package.json ./
5
RUN node --version && npm --version
6
0 commit comments