gplugin/builders

Update all the things

2021-09-02, Gary Kramlich
be72d9b6e397
Update all the things
FROM gplugin/builders:debian-bookworm-amd64
RUN set -ex && \
apt-get update && \
apt-get install -y --no-install-recommends clang-format-9 && \
update-alternatives --install /usr/bin/clang-format clang-format /usr/bin/clang-format-9 1000 && \
apt-get clean && \
rm -rf /var/lib/apt/lists
COPY clang-format/build.sh /