From f286f2bed75e65c48100f484ff9995bd85d98156 Mon Sep 17 00:00:00 2001 From: Juhyung Park Date: Mon, 17 Nov 2025 06:28:09 +0900 Subject: [PATCH] Add libgl1 to required dependency OpenCV uses this. Signed-off-by: Juhyung Park --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bd825ec..eeed0c2 100644 --- a/README.md +++ b/README.md @@ -91,7 +91,8 @@ sudo apt install --no-install-recommends \ libmojolicious-perl \ libfile-slurper-perl \ liblcms2-2 \ - wget + wget \ + libgl1 ``` A separate Python's virtualenv will be stored to `/var/lib/immich`.