gplugin/builders

The perl option was renamed to perl5

2020-09-16, Gary Kramlich
85ec92fb2a2c
The perl option was renamed to perl5
FROM gplugin/builders:debian-bullseye-amd64
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 /