gplugin/builders

Update the valgrind image to use the fedora-36-amd64 image and remove gtk3 and perl
FROM gplugin/builders:fedora-36-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 \
gtk4-devel \
lua-devel lua-lgi lua-lpeg \
python3-devel pygobject3-devel python3-gobject \
COPY valgrind/valgrind-wrapper /usr/local/bin/
COPY valgrind/build.sh /