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-buster-amd64
MAINTAINER Gary Kramlich <grim@reaperworld.com>
RUN set -ex && \
apt-get update && \
apt-get install -y --no-install-recommends clang-tools && \
apt-get clean && \
rm -rf /var/lib/apt/lists
COPY scanbuild/build.sh /