gplugin/builders

a bunch of convey cleanups

2021-09-27, Gary Kramlich
767f33cebd00
a bunch of convey cleanups
FROM gplugin/builders:debian-bullseye-amd64
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 /