diff --git a/Dockerfile b/Dockerfile index 3cf9489..acf526a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ WORKDIR /app # Install system dependencies for Docling and OCR RUN apt-get update && apt-get install -y --no-install-recommends \ build-essential \ - libgl1-mesa-glx \ + libgl1 \ libglib2.0-0 \ libsm6 \ libxext6 \