From 2bc62e819fc88af439a3e747de962c895ebfcdc5 Mon Sep 17 00:00:00 2001 From: Matthew Jackson Date: Sat, 3 Jan 2026 12:45:24 -0800 Subject: [PATCH] Update Dockerfile --- Dockerfile | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index afd50f6..89c138b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,12 +1,7 @@ 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 \ poppler-utils \ - imagemagick \ && rm -rf /var/lib/apt/lists/* WORKDIR /app