Update Docker file
add make Former-commit-id: 0c8d5104f80d4e27b292c9c2ce5a9a7b2d3562a9
This commit is contained in:
parent
e49ba9d0ae
commit
78c04856e8
@ -7,7 +7,8 @@ RUN apt-get update && \
|
|||||||
curl \
|
curl \
|
||||||
git \
|
git \
|
||||||
file \
|
file \
|
||||||
binutils
|
binutils \
|
||||||
|
make
|
||||||
|
|
||||||
# install rustup
|
# install rustup
|
||||||
RUN curl https://sh.rustup.rs -sSf | sh -s -- -y
|
RUN curl https://sh.rustup.rs -sSf | sh -s -- -y
|
||||||
|
Loading…
Reference in New Issue
Block a user