From 2bfa1dc44e8683da486553bda5855a5141ee0e3e 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 48d500774..be70447dd 100644 --- a/containers/debian/base.Dockerfile +++ b/containers/debian/base.Dockerfile @@ -45,8 +45,9 @@ apt-get -yqq install --no-install-recommends \ less \ libcbor-xs-perl \ libjson-xs-perl \ - libopengl-dev \ + libgl-dev \ libglx-dev \ + libopengl-dev \ locales \ lua-posix \ make \ -- GitLab