diff --git a/Dockerfile b/Dockerfile index 9e835616..d183f776 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,8 +5,9 @@ WORKDIR /build # Installing the two compilers, python3, python3 pip, clang format # Compilders ->gcc-* newlib-* # Python3 -> py* -# Misc -> findutils make git clang (for clang-format) -RUN apk add --no-cache gcc-riscv-none-elf gcc-arm-none-eabi python3 py3-pip make git clang newlib-riscv-none-elf newlib-arm-none-eabi findutils +# Misc -> findutils make git + +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 # Install Python3 packages