From 3b453c495ba680c775f90eb11e7a28ccf62feddf Mon Sep 17 00:00:00 2001 From: CyberMind-FR Date: Fri, 13 Feb 2026 03:36:07 +0100 Subject: [PATCH] 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 --- .../secubox/secubox-app-streamlit/files/usr/sbin/streamlitctl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/secubox/secubox-app-streamlit/files/usr/sbin/streamlitctl b/package/secubox/secubox-app-streamlit/files/usr/sbin/streamlitctl index 2d2fb827..7aceb856 100644 --- a/package/secubox/secubox-app-streamlit/files/usr/sbin/streamlitctl +++ b/package/secubox/secubox-app-streamlit/files/usr/sbin/streamlitctl @@ -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 || \