pub fn run_steps_with_context_result(
fs_root: &GuardedPath,
build_context: &GuardedPath,
steps: &[Step],
stdin: Option<Arc<Mutex<dyn Read + Send>>>,
stdout: Option<Arc<Mutex<dyn Write + Send>>>,
) -> Result<GuardedPath, Error>Expand description
Execute the DSL and return the final working directory after all steps.