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 && \
|
RUN true && \
|
||||||
apt-get update && \
|
apt-get update && \
|
||||||
apt-get install -y --no-install-recommends \
|
apt-get install -y --no-install-recommends \
|
||||||
|
make \
|
||||||
cmake \
|
cmake \
|
||||||
&& \
|
&& \
|
||||||
apt-get clean && \
|
apt-get clean && \
|
||||||
|
|
Loading…
Reference in New Issue
Block a user