Dockerfile: add back libseccomp-dev to cross-compile runc
commit 7168d98c434af0a35e8c9a05dfb87bb40511a38a removed these, but
we overlooked that the same stage is used to build runc as well, so
we likely need these.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>