light/tools/ci/images/clang_format/Dockerfile

10 lines
145 B
Docker

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