build: add poppler-utils to Dockerfile for PDF support

This commit is contained in:
Hiren Kangad
2026-03-14 11:07:03 +05:30
parent a901833b72
commit 0e14790990
+1 -1
View File
@@ -29,7 +29,7 @@ RUN mkdir -p /app/data
# ffmpeg for video poster/metadata extraction at upload time
# Health check utility
RUN apk add --no-cache wget ffmpeg
RUN apk add --no-cache wget ffmpeg poppler-utils
EXPOSE 8000