clang-cmake-busybox

Details
Source
FROM stagex/pallet-clang
COPY --from=stagex/core-cmake . /
COPY --from=stagex/core-zlib . /
COPY --from=stagex/core-binutils . /
COPY --from=stagex/core-samurai . /
COPY --from=stagex/core-openssl . /
COPY --from=stagex/core-python . /
COPY --from=stagex/core-busybox . /
COPY --from=stagex/core-pkgconf . /
ENV CC=clang
ENV CXX=clang++