fix: update Debian package names for Trixie compatibility
This commit is contained in:
parent
7ae2024c83
commit
f703c6c166
|
|
@ -12,8 +12,8 @@ LABEL description="CascadingDev - Git hooks and cascading rules framework"
|
||||||
RUN apt-get update && apt-get install -y --no-install-recommends \
|
RUN apt-get update && apt-get install -y --no-install-recommends \
|
||||||
git \
|
git \
|
||||||
# Qt6 dependencies for Ramble GUI (optional)
|
# Qt6 dependencies for Ramble GUI (optional)
|
||||||
libgl1-mesa-glx \
|
libgl1 \
|
||||||
libegl1-mesa \
|
libegl1 \
|
||||||
libxkbcommon0 \
|
libxkbcommon0 \
|
||||||
libdbus-1-3 \
|
libdbus-1-3 \
|
||||||
libxcb-cursor0 \
|
libxcb-cursor0 \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue