From 61003477dc0515a55b9afd75747d76e1d7a28a1b Mon Sep 17 00:00:00 2001 From: Sainan <63328889+Sainan@users.noreply.github.com> Date: Sun, 22 Jun 2025 22:14:23 +0200 Subject: [PATCH] Revert "fix(docker): install node-gyp deps to fix arm64 build" This reverts commit 7ca7147b78c55fa4177b723960fdcc2aa1106fb7. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index df0a01ea..ec346634 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ 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 WORKDIR /app