talkatu/builders

I'm in the process of updating the tests to use broadway instead of xvfb so all the builders need broadway and to remove xvfb
FROM talkatu/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 scanbuild/build.sh /