gplugin/builders

Make sure we pass -v to meson test so we can see error messages
FROM docker.io/gplugin/builders:debian-trixie-amd64
RUN set -ex && \
apt update && \
apt install -y --no-install-recommends clang-tools && \
apt clean && \
rm -rf /var/lib/apt/lists
COPY scanbuild/build.sh /