From 76046331fc85a02649c32e3a20f08ed352b90cd9 Mon Sep 17 00:00:00 2001 From: parsa aghaei Date: Sun, 28 Jun 2026 19:00:17 +0330 Subject: [PATCH] fix: add @next/swc-linux-x64-{gnu,musl} native binaries for offline Docker build --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index 8211d89..7749911 100644 --- a/package.json +++ b/package.json @@ -44,6 +44,10 @@ "typescript": "^5", "webpack-bundle-analyzer": "^4.10.2" }, + "optionalDependencies": { + "@next/swc-linux-x64-gnu": "16.2.9", + "@next/swc-linux-x64-musl": "16.2.9" + }, "overrides": { "@types/react": "19.2.17", "@types/react-dom": "19.2.3"