talkatu/builders

Install make so the fedora lto-wrapper doesn't die and make sure logs end up in the artifacts directory for debugging and stuff
FROM talkatu/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 /