gplugin/builders

Replace Ubuntu Lunar with Mantic

6 months ago, Gary Kramlich
ca144d87e30b
Replace Ubuntu Lunar with Mantic
FROM docker.io/fedora:38
ENV TARGET=fedora-38-amd64
RUN set -ex && \
dnf update -y && \
dnf install -y \
meson ninja-build gcc mercurial git \
help2man libxslt gettext \
glib2-devel gobject-introspection-devel \
gtk4-devel \
lua-devel lua-lgi lua-lpeg \
python3-devel pygobject3-devel python3-gobject \
python3-jinja2 python3-pygments python3-markdown python3-toml python3-typogrify \
vala
CMD ["/build.sh"]
COPY meson/build.sh /build.sh