build: add poppler-utils to Dockerfile for PDF support
This commit is contained in:
+1
-1
@@ -29,7 +29,7 @@ RUN mkdir -p /app/data
|
|||||||
|
|
||||||
# ffmpeg for video poster/metadata extraction at upload time
|
# ffmpeg for video poster/metadata extraction at upload time
|
||||||
# Health check utility
|
# Health check utility
|
||||||
RUN apk add --no-cache wget ffmpeg
|
RUN apk add --no-cache wget ffmpeg poppler-utils
|
||||||
|
|
||||||
EXPOSE 8000
|
EXPOSE 8000
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user