gplugin/builders

Clean up the way we install clang-format

20 months ago, Gary Kramlich
a2f091bb06f9
Clean up the way we install clang-format
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 /