From dbf129fce2204c550dabf95fa6302c007c071683 Mon Sep 17 00:00:00 2001 From: Wouter Deconinck <wdconinc@gmail.com> Date: Fri, 10 Nov 2023 00:21:40 +0000 Subject: [PATCH] fix: also apt install libgl-dev --- containers/debian/base.Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/containers/debian/base.Dockerfile b/containers/debian/base.Dockerfile index fa713a400..6714fe5f1 100644 --- a/containers/debian/base.Dockerfile +++ b/containers/debian/base.Dockerfile @@ -41,8 +41,9 @@ RUN --mount=type=cache,target=/var/cache/apt,sharing=locked \ less \ libcbor-xs-perl \ libjson-xs-perl \ - libopengl-dev \ + libgl-dev \ libglx-dev \ + libopengl-dev \ locales \ lua-posix \ make \ -- GitLab