diff --git a/Dockerfile b/Dockerfile index 9e530d6..cc0e98b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -64,6 +64,7 @@ COPY --from=build /usr/local/riscv64-unknown-elf /usr/local/ RUN true && \ apt-get update && \ apt-get install -y --no-install-recommends \ + make \ cmake \ && \ apt-get clean && \