1
0
forked from me/IronOS

Use alpine image for clang-format

This commit is contained in:
Ben V. Brown
2022-02-05 13:28:18 +11:00
parent 0462597876
commit 6b3ba37243
2 changed files with 8 additions and 17 deletions

View File

@@ -9,7 +9,7 @@ WORKDIR /build
# musl-dev is required for the multi lang firmwares
# clang is required for clang-format (for dev)
RUN apk add --no-cache gcc-riscv-none-elf gcc-arm-none-eabi newlib-riscv-none-elf newlib-arm-none-eabi findutils python3 py3-pip make git musl-dev clang bash
RUN apk add --no-cache gcc-riscv-none-elf gcc-arm-none-eabi newlib-riscv-none-elf newlib-arm-none-eabi findutils python3 py3-pip make git musl-dev clang bash clang-extra-tools
# Install Python3 packages