diff --git a/ingestion/Dockerfile b/ingestion/Dockerfile index 4e9ebc5..bf91361 100644 --- a/ingestion/Dockerfile +++ b/ingestion/Dockerfile @@ -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