fix(streamlit): Add poppler-utils for PDF support

Required by pdf2image to convert PDFs to images in apps like pdf_slideshow.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
CyberMind-FR 2026-02-13 03:36:07 +01:00
parent 029e0112fb
commit 3b453c495b

View File

@ -217,7 +217,7 @@ mkdir -p "$PIDS_DIR" "$LOG_DIR"
if [ ! -f /opt/.installed ]; then
echo "Installing Python 3.12 and dependencies..."
apk update
apk add --no-cache python3 py3-pip git procps
apk add --no-cache python3 py3-pip git procps poppler-utils
echo "Installing Streamlit..."
pip3 install --break-system-packages streamlit 2>/dev/null || \