gplugin/builders

Replace Ubuntu Lunar with Mantic

6 months ago, Gary Kramlich
ca144d87e30b
Replace Ubuntu Lunar with Mantic
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 /