Update Dockerfile

This commit is contained in:
2026-01-03 12:29:25 -08:00
committed by GitHub
parent c2a310604d
commit 46fbfdbd95

View File

@@ -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 \