light/tools/ci/images/clang_format/Dockerfile

11 lines
145 B
Text
Raw Normal View History

2025-07-11 12:54:48 +03:30
FROM alpine:latest
RUN apk add --no-cache \
bash \
curl \
findutils \
git \
libc6-compat \
tar \
2025-07-11 12:58:53 +03:30
clang-extra-tools