Skip to content

Commit 56ea941

Browse files
authored
update
1 parent 3e1064d commit 56ea941

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
FROM node:20.11.1-alpine AS builder
22
WORKDIR '/app'
3+
RUN apk add --no-cache python3 make g++
34
COPY ./package.json ./
45
RUN node --version && npm --version
56

0 commit comments

Comments
 (0)