gplugin/builders

Update all the things for debian trixie

9 months ago, Gary Kramlich
bfa442657994
Update all the things for debian trixie
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