From 030f89b258a87d0eabde73f53d3acbc1063d5791 Mon Sep 17 00:00:00 2001 From: Rishi Ghan Date: Tue, 25 Feb 2025 12:22:17 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=B7=F0=9F=8F=BC=20YOLO?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index a732770..4f0c522 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,4 @@ -# Use a base image with Node.js 22.1.0 -FROM node:22.1.0 +FROM node:22.1.0-bullseye # Set metadata for contact LABEL maintainer="Rishi Ghan " @@ -51,7 +50,7 @@ RUN npm install # Clear npm cache and install sharp with build-from-source RUN npm cache clean --force -RUN npm install --platform=linux --arch=arm64 sharp --build-from-source +RUN npm install --force --arch=arm64 --platform=linux sharp --build-from-source # Install global dependencies RUN npm install -g typescript ts-node