gplugin/builders

Update all the things for debian trixie

9 months ago, Gary Kramlich
bfa442657994
Update all the things for debian trixie
FROM docker.io/gplugin/builders:debian-trixie-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 /