From dae3c272d457514df13c7772b40894514d154a0d Mon Sep 17 00:00:00 2001 From: Toby Jaffey Date: Thu, 11 Dec 2025 20:35:56 +0000 Subject: [PATCH] Install bc in docker, used for arithmetic in makefiles --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 62f95a6..0a3fdb3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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