gplugin/builders

Fix the valgrind image by updating the installed packages and remove an extra line continutation character
FROM gplugin/builders:debian-bookworm-amd64
RUN set -ex && \
apt-get update && \
apt-get install -y --no-install-recommends clang-format && \
apt-get clean && \
rm -rf /var/lib/apt/lists
COPY clang-format/build.sh /