gplugin/builders

Clean up convey.yml

20 months ago, Gary Kramlich
2213b0fc867e
Clean up convey.yml
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 /