Install bc in docker, used for arithmetic in makefiles

This commit is contained in:
Toby Jaffey 2025-12-11 20:35:56 +00:00
parent 42cd77a9ff
commit dae3c272d4

View file

@ -12,7 +12,7 @@ RUN apt-get install -y tzdata
RUN apt-get install -y ruby xxd
# risc-v cross compiler
RUN apt-get install -y gcc-riscv64-unknown-elf build-essential
RUN apt-get install -y gcc-riscv64-unknown-elf build-essential bc
# zig
RUN apt-get install -y curl