Update Dockerfile

This commit is contained in:
Ben V. Brown
2022-01-06 23:50:48 +11:00
parent b6d2846ead
commit 3335298250

View File

@@ -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