gplugin/builders

remove libadwaita, libtcc, and libgjs from everything as we're not currently using any of them.
FROM gplugin/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 /