gplugin/builders

clang-format-9 doesn't exist in debian bookworm and clang-format-11 looks to have a bug with a specific line
FROM gplugin/builders:fedora-34-amd64
RUN set -ex && \
dnf install -y valgrind dnf-plugins-core && \
dnf reinstall -y --setopt=tsflags= python3-devel && \
dnf debuginfo-install -y \
glib2-devel gobject-introspection-devel \
gtk3-devel gtk4-devel \
lua-devel lua-lgi lua-lpeg \
python3-devel pygobject3-devel python3-gobject \
perl-devel perl-ExtUtils-Embed perl-Glib perl-Glib-devel perl-Glib-Object-Introspection
COPY valgrind/valgrind-wrapper /usr/local/bin/
COPY valgrind/build.sh /