Skip to content

install binfmt-support before qemu-user-static

James Yoder requested to merge jeyoder/voxl-docker:master into master

On my machine, running the install script did not properly register qemu-arm-static as an executable interpreter.

Turns out, the package binfmt-support must be installed before installing qemu-user-static, otherwise qemu-user-static will not register itself when it's installed.

Merge request reports