Merge "Upgrade LOG's in sctp_* to LOG(FATAL)'s"
diff --git a/frc971/rockpi/build_rootfs.sh b/frc971/rockpi/build_rootfs.sh
index d61fb48..cd80e58 100755
--- a/frc971/rockpi/build_rootfs.sh
+++ b/frc971/rockpi/build_rootfs.sh
@@ -20,6 +20,7 @@
     gcc-arm-none-eabi
     swig
     u-boot-tools
+    qemu-user-static
 )
 for dep in "${REQUIRED_DEPS[@]}"; do
     if ! dpkg-query -W -f='${Status}' "${dep}" | grep -q "install ok installed"; then