From 346892808e30369d40e05ccf0a50f5c29725442d Mon Sep 17 00:00:00 2001 From: Matthew Jackson Date: Sat, 3 Jan 2026 12:35:24 -0800 Subject: [PATCH] Update Dockerfile --- Dockerfile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 349bbb7..afd50f6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,7 @@ -# Sharp-maintained runtime with libvips prebuilt (better HEIF success rate) -FROM ghcr.io/lovell/sharp-node:20 +FROM node:20-bookworm-slim + +# Force sharp to ignore any globally-installed libvips (use bundled binaries) +ENV SHARP_IGNORE_GLOBAL_LIBVIPS=1 RUN apt-get update && apt-get install -y \ ffmpeg \