Commit c4573c0
Damien
feat(docker): add document-processing runtime dependencies
Add fonts (Liberation, DejaVu) and qpdf to the existing apt-install layer
to enable LibreOffice (already installed upstream) to render documents
with proper font fallback, and to provide PDF post-processing.
Add Python libs (pypdf, pdfplumber, markitdown[pptx]) and Node libs
(docx, pptxgenjs) used by document-processing skills mounted at runtime
via LibreChat's native Skills module.
No new apt layer — consolidated into the existing block (line 49-56).
No image bloat from libreoffice-core (transitive dependency of
libreoffice-{writer,calc,impress}) or fonts-noto-core (not used by
audited skills, which target Latin-script documents).1 parent 16474a4 commit c4573c0
3 files changed
Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| 56 | + | |
| 57 | + | |
56 | 58 | | |
57 | 59 | | |
58 | 60 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| 36 | + | |
| 37 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
| 6 | + | |
5 | 7 | | |
6 | 8 | | |
7 | 9 | | |
| |||
10 | 12 | | |
11 | 13 | | |
12 | 14 | | |
| 15 | + | |
13 | 16 | | |
14 | 17 | | |
15 | 18 | | |
| |||
0 commit comments