Add just
to the build dependencies
This commit is contained in:
parent
15d94b2fd6
commit
b86622d73b
5 changed files with 9 additions and 0 deletions
|
@ -31,6 +31,7 @@ RUN set -ex; \
|
|||
x86-64-unknown-redox-gcc \
|
||||
; \
|
||||
cargo install cargo-config; \
|
||||
cargo install just@1.16.0; \
|
||||
apt-get autoremove -q -y; \
|
||||
apt-get clean -q -y; \
|
||||
rm -rf /var/lib/apt/lists/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue