gplugin/builders

remove the junit stuff as that hasn't been a thing for awhile..
FROM fedora:29
MAINTAINER Gary Kramlich <grim@reaperworld.com>
RUN set -ex && \
dnf install -y \
meson ninja-build gcc \
redhat-rpm-config rpm-build \
python python-devel python-pip \
help2man libxslt gettext \
glib2-devel gobject-introspection-devel \
gtk3-devel gtk-doc glade-devel \
lua-devel lua-lgi lua-lpeg luarocks lua-moonscript \
python3-devel pygobject3-devel python3-gobject \
vala
RUN set -ex && \
pip install mercurial
CMD ["/build.sh"]
ENV DISTRIBUTION=fedora \
VERSION=29 \
ARCH=amd64
COPY rpm/build.sh /build.sh