Fix: use libgl1 instead of deprecated libgl1-mesa-glx
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
4ed909dbc4
commit
e1b9528ad9
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Reference in New Issue