gplugin/builders

Upgrade the valgrind image to fedora 32

2020-09-16, Gary Kramlich
cd5294f8a6ce
Upgrade the valgrind image to fedora 32
FROM gplugin/builders:debian-bullseye-amd64
MAINTAINER Gary Kramlich <grim@reaperworld.com>
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 /