Fix Dockerfile for Debian Trixie package names

- libgl1-mesa-glx → libgl1
- libegl1-mesa → libegl1

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
rob 2025-12-30 03:23:30 -04:00
parent b1386facd1
commit 1cc694592b
1 changed files with 3 additions and 3 deletions

View File

@ -11,9 +11,9 @@ LABEL description="Ramble - AI-powered structured field extraction GUI"
# Install system dependencies # Install system dependencies
RUN apt-get update && apt-get install -y --no-install-recommends \ RUN apt-get update && apt-get install -y --no-install-recommends \
plantuml \ plantuml \
# Qt6 dependencies # Qt6 dependencies (Debian Trixie package names)
libgl1-mesa-glx \ libgl1 \
libegl1-mesa \ libegl1 \
libxkbcommon0 \ libxkbcommon0 \
libdbus-1-3 \ libdbus-1-3 \
libxcb-cursor0 \ libxcb-cursor0 \