diff --git a/Dockerfile b/Dockerfile index 0db49cd..e194f28 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,8 +12,8 @@ LABEL description="CascadingDev - Git hooks and cascading rules framework" RUN apt-get update && apt-get install -y --no-install-recommends \ git \ # Qt6 dependencies for Ramble GUI (optional) - libgl1-mesa-glx \ - libegl1-mesa \ + libgl1 \ + libegl1 \ libxkbcommon0 \ libdbus-1-3 \ libxcb-cursor0 \