add make to the final install as well
This commit is contained in:
parent
3e87c81a02
commit
5859e5a2e6
|
@ -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 && \
|
||||
|
|
Loading…
Reference in New Issue
Block a user