gplugin/builders

79b9d58fd6d3
pygobject3-devel got renamed in fedora to python3-gobject-devel
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 /