pidgin/builders

A few tweaks to the pvs-studio image

2021-01-22, Gary Kramlich
9429fae22647
A few tweaks to the pvs-studio image

* Don't error out if the license is near expiration
* Ignore V568 by default
* Add support to add additional overrides via environment variables
FROM pidgin/builders:subproject-build
MAINTAINER Gary Kramlich <grim@reaperworld.com>
RUN set -ex && \
apt-get update && \
apt-get install -y --no-install-recommends clang-tools && \
apt-get clean && \
rm -rf /var/lib/apt/lists
COPY scanbuild/build.sh /usr/local/bin/