gplugin/builders

Update the pvs-studio download link

2019-07-02, Gary Kramlich
7827207a98d1
Update the pvs-studio download link
FROM fedora:30
MAINTAINER Gary Kramlich <grim@reaperworld.com>
RUN set -ex && \
dnf install -y \
meson ninja-build gcc mercurial \
redhat-rpm-config rpm-build \
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
CMD ["/build.sh"]
ENV DISTRIBUTION=fedora \
VERSION=30 \
ARCH=amd64
COPY rpm/build.sh /build.sh