fix(docker): install node-gyp deps to fix arm64 build
Some checks failed
Build Docker image / docker-arm64 (push) Failing after 38s
Build / build (push) Successful in 50s
Build Docker image / docker-amd64 (push) Successful in 1m31s

This commit is contained in:
Sainan 2025-06-22 15:45:21 +02:00
parent 558af66965
commit e7f611ee3a

View File

@ -1,6 +1,6 @@
FROM node:24-alpine3.21 FROM node:24-alpine3.21
RUN apk add --no-cache bash jq RUN apk add --no-cache bash jq python3 make gcc
COPY . /app COPY . /app
WORKDIR /app WORKDIR /app