From c8c0ee8328b377dc6f6e621c77941178841edd5e Mon Sep 17 00:00:00 2001 From: Wouter Deconinck <wdconinc@gmail.com> Date: Thu, 1 Feb 2024 01:49:04 +0000 Subject: [PATCH] feat: install libc6-dbg to make valgrind happy --- 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 569b0be50..33bfd226c 100644 --- a/containers/debian/base.Dockerfile +++ b/containers/debian/base.Dockerfile @@ -44,9 +44,10 @@ apt-get -yqq install --no-install-recommends \ iputils-ping \ iputils-tracepath \ less \ + libc6-dbg \ libcbor-xs-perl \ libjson-xs-perl \ - libgl-dev \ + libgl-dev \ libglx-dev \ libopengl-dev \ locales \ -- GitLab