talkatu/builders

Remove the localpurge stuff from debian as they sorted that out and setup backports for the buster images to get newer packages
FROM talkatu/builders:debian-bullseye-amd64
MAINTAINER Gary Kramlich <grim@reaperworld.com>
RUN set -ex && \
echo deb http://debug.mirrors.debian.org/debian-debug/ bullseye-debug main > /etc/apt/sources.list.d/dbgsym.list && \
apt-get update && \
apt-get install -y --no-install-recommends \
valgrind \
libglib2.0-0-dbgsym libgtk-3-0-dbgsym libcmark0.29.0-dbgsym libgumbo1-dbgsym \
&& \
apt-get clean && \
rm -rf /var/lib/apt/lists
COPY valgrind/build.sh /