From 0e00172875d5eaa58f57929f757d0c2fc0e4b5b1 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 0ba70d3f7..48d500774 100644 --- a/containers/debian/base.Dockerfile +++ b/containers/debian/base.Dockerfile @@ -45,8 +45,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