From a013d55d6ed2ce5c7514640b822d12161b06a492 Mon Sep 17 00:00:00 2001 From: Wouter Deconinck <wdconinc@gmail.com> Date: Thu, 9 Nov 2023 21:53:40 +0000 Subject: [PATCH] fix: apt install lib*gl*-dev, not just lib --- containers/debian/base.Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/containers/debian/base.Dockerfile b/containers/debian/base.Dockerfile index 1694a51a9..88257533c 100644 --- a/containers/debian/base.Dockerfile +++ b/containers/debian/base.Dockerfile @@ -41,8 +41,8 @@ apt-get -yqq install --no-install-recommends \ less \ libcbor-xs-perl \ libjson-xs-perl \ - libopengl0 \ - libglx0 \ + libopengl-dev \ + libglx-dev \ locales \ lua-posix \ make \ -- GitLab