add fdisk for docker

This commit is contained in:
Aaron Honeycutt 2025-04-23 19:16:47 -06:00
parent ef2be5c559
commit e54dba7840

View file

@ -5,6 +5,7 @@ run_test:
- rustc -vV
- rustup component add clippy
- rustup component add rustfmt
- apt install -y fdisk
script:
- cargo clippy -- --deny clippy::pedantic
- cargo fmt --all -- --check