Add just to the build dependencies

This commit is contained in:
mattmadeofpasta 2023-11-22 12:21:47 +00:00
parent 15d94b2fd6
commit b86622d73b
No known key found for this signature in database
GPG key ID: 020D6BD1B8975037
5 changed files with 9 additions and 0 deletions

View file

@ -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/*