add make to the final install as well

This commit is contained in:
Emil Lerch 2023-04-24 17:56:52 -07:00
parent 3e87c81a02
commit 5859e5a2e6
Signed by: lobo
GPG Key ID: A7B62D657EF764F8

View File

@ -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 && \