Update Dockerfile

This commit is contained in:
2026-01-03 12:45:24 -08:00
committed by GitHub
parent e07e1c0529
commit 2bc62e819f

View File

@@ -1,12 +1,7 @@
FROM node:20-bookworm-slim 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 \ RUN apt-get update && apt-get install -y \
ffmpeg \
poppler-utils \ poppler-utils \
imagemagick \
&& rm -rf /var/lib/apt/lists/* && rm -rf /var/lib/apt/lists/*
WORKDIR /app WORKDIR /app