gplugin/builders

4fb24799acee
Make sure we always have zip in the debian-bookworm-amd64 image
FROM docker.io/gplugin/builders:debian-bookworm-amd64
RUN set -ex && \
apt update && \
apt install -y --no-install-recommends clang-tools && \
apt clean && \
rm -rf /var/lib/apt/lists
COPY scanbuild/build.sh /