talkatu/builders

Make the debian builders build and not package as gi-docgen isn't in unstable yet
FROM docker.io/talkatu/builders:debian-bookworm-amd64
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 /