gplugin/builders

Update all the things

11 months ago, Gary Kramlich
201f13a9886f
Update all the things
FROM docker.io/gplugin/builders:debian-bookworm-amd64
RUN set -ex && \
apt update && \
apt install -y --no-install-recommends clang-format && \
apt clean && \
rm -rf /var/lib/apt/lists
COPY clang-format/build.sh /