Revert "fix(docker): install node-gyp deps to fix arm64 build"
All checks were successful
Build / build (pull_request) Successful in 54s

This reverts commit 7ca7147b78c55fa4177b723960fdcc2aa1106fb7.
This commit is contained in:
Sainan 2025-06-22 22:14:23 +02:00
parent cf40fd9bf3
commit 61003477dc

View File

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