From 42b79795853869608035a842dd122bc0ed9bf9ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Deniz=20=C5=9Eafak?= Date: Thu, 30 Oct 2025 02:16:04 +0300 Subject: [PATCH] Add libxcb-cursor0 and libgl1 to Dockerfile Mentioned in #97 --- abogen/Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/abogen/Dockerfile b/abogen/Dockerfile index f141c4f..e24a50b 100644 --- a/abogen/Dockerfile +++ b/abogen/Dockerfile @@ -14,6 +14,8 @@ RUN apt-get update \ python3-pip \ python3-pyqt6 \ espeak-ng \ + libxcb-cursor0 \ + libgl1 \ && apt-get clean \ && rm -rf /var/lib/apt/lists/*