light/tools/ci/static_analysis/clang_format.dockerfile

9 lines
135 B
Docker

FROM alpine:latest
RUN apk add --no-cache \
bash \
curl \
findutils \
git \
libc6-compat \
clang-extra-tools