gplugin/builders

945b2f8f33b8
Remove the disabler for perl5 in the alpine image
FROM gplugin/builders:debian-bookworm-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 /