final update

This commit is contained in:
2025-06-29 17:04:23 +03:00
parent 68cc47882c
commit da57e066ae
5 changed files with 78 additions and 20 deletions

View File

@@ -5,6 +5,7 @@ WORKDIR /app
# Install system dependencies, including Rust and build tools
RUN apt-get update && apt-get install -y \
libreoffice poppler-utils ffmpeg \
libpoppler-cpp-dev libmagic1 \
libffi-dev libssl-dev g++ curl libjpeg-dev zlib1g-dev \
libxml2-dev libxslt-dev build-essential cargo \
&& rm -rf /var/lib/apt/lists/*