🤷🏼 YOLO

This commit is contained in:
2025-02-25 12:22:17 -05:00
parent a702f724f7
commit 030f89b258

View File

@@ -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 <rishi.ghan@gmail.com>"
@@ -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