chore(docker): add poppler-utils for PDF text extraction

This commit is contained in:
Mathias Bergqvist
2026-04-23 16:02:12 +02:00
parent 2975eadc87
commit a37d18bf7a

View File

@@ -15,6 +15,8 @@ RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 \
FROM alpine:3.21
RUN apk add --no-cache poppler-utils
COPY --from=builder /out/ingestion /usr/local/bin/ingestion
RUN addgroup -S ingestion && adduser -S -G ingestion ingestion