gplugin/builders

remove libadwaita, libtcc, and libgjs from everything as we're not currently using any of them.
FROM opensuse/tumbleweed:latest
RUN set -ex && \
zypper --gpg-auto-import-keys refresh && \
zypper install -y \
ca-certificates-mozilla \
meson ninja gcc mercurial git pkgconfig \
rpm-build \
help2man libxslt-tools gettext-tools \
glib2-devel gobject-introspection-devel \
gtk4-devel \
python3-devel python3-gobject python3-gobject-devel \
python3-Jinja2 python3-Markdown python3-MarkupSafe python3-Pygments \
python3-toml python3-typogrify \
lua54-devel lua-lgi \
vala \
&& \
zypper clean
CMD ["/build.sh"]
ENV DISTRIBUTION=opensuse \
VERSION=tumbleweed \
ARCH=amd64
COPY meson/build.sh /build.sh