fix(docker): install node-gyp deps to fix arm64 build
This commit is contained in:
parent
558af66965
commit
7ca7147b78
@ -1,6 +1,6 @@
|
||||
FROM node:24-alpine3.21
|
||||
|
||||
RUN apk add --no-cache bash jq
|
||||
RUN apk add --no-cache bash jq python3 make gcc alpine-sdk
|
||||
|
||||
COPY . /app
|
||||
WORKDIR /app
|
||||
|
Loading…
x
Reference in New Issue
Block a user