pidgin/builders

Move all of the individual build scripts to the main directory and some other cleanups
FROM pidgin/builders:debian-bullseye-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 build-scanbuild.sh /usr/local/bin/build.sh