gplugin/builders

Update all the things for debian trixie

9 months ago, Gary Kramlich
bfa442657994
Update all the things for debian trixie
FROM gplugin/builders:fedora-38-amd64
RUN set -ex && \
dnf update -y && \
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 /