mirror of
https://github.com/Ralim/IronOS.git
synced 2025-02-26 07:53:55 +00:00
Update Dockerfile
This commit is contained in:
@@ -5,8 +5,9 @@ WORKDIR /build
|
|||||||
# Installing the two compilers, python3, python3 pip, clang format
|
# Installing the two compilers, python3, python3 pip, clang format
|
||||||
# Compilders ->gcc-* newlib-*
|
# Compilders ->gcc-* newlib-*
|
||||||
# Python3 -> py*
|
# Python3 -> py*
|
||||||
# Misc -> findutils make git clang (for clang-format)
|
# Misc -> findutils make git
|
||||||
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
|
|
||||||
|
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
|
# Install Python3 packages
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user