From 46fbfdbd953a2afea0444b529c7b462160020837 Mon Sep 17 00:00:00 2001 From: Matthew Jackson Date: Sat, 3 Jan 2026 12:29:25 -0800 Subject: [PATCH] Update Dockerfile --- Dockerfile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index d72cf65..349bbb7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,8 +1,7 @@ -FROM node:20-bookworm-slim +# Sharp-maintained runtime with libvips prebuilt (better HEIF success rate) +FROM ghcr.io/lovell/sharp-node:20 RUN apt-get update && apt-get install -y \ - libheif1 libheif-dev \ - libvips libvips-dev \ ffmpeg \ poppler-utils \ imagemagick \