From a702f724f7e031fa20fa541c56de37fffa265202 Mon Sep 17 00:00:00 2001 From: Rishi Ghan Date: Mon, 24 Feb 2025 17:52:03 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=AA=93=20Arch=20change?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a9c3930..a732770 100644 --- a/Dockerfile +++ b/Dockerfile @@ -51,7 +51,7 @@ RUN npm install # Clear npm cache and install sharp with build-from-source RUN npm cache clean --force -RUN npm install sharp --build-from-source +RUN npm install --platform=linux --arch=arm64 sharp --build-from-source # Install global dependencies RUN npm install -g typescript ts-node