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:
parent
b1386facd1
commit
1cc694592b
|
|
@ -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 \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue