mirror of
https://github.com/ringtailsoftware/uvm32.git
synced 2026-06-05 22:43:39 +00:00
Install bc in docker, used for arithmetic in makefiles
This commit is contained in:
parent
42cd77a9ff
commit
dae3c272d4
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue