talkatu/builders

Move the build scripts to the top level

20 months ago, Gary Kramlich
4dc23eb23d74
Move the build scripts to the top level
FROM docker.io/talkatu/builders:debian-bookworm-amd64
RUN set -ex && \
apt-get update && \
apt-get install -y --no-install-recommends clang-tools && \
apt-get clean && \
rm -rf /var/lib/apt/lists
COPY build-scanbuild.sh /