Adding extra mount / to /host on docker invocation for linux wheels

This commit is contained in:
Yannick Jadoul
2017-09-13 22:56:06 +02:00
parent 719ad30d05
commit d0e5a4bb3c
+1
View File
@@ -120,6 +120,7 @@ def build(project_dir, package_name, output_dir, test_command, test_requires, be
'-i',
'-v', '%s:/project' % os.path.abspath(project_dir),
'-v', '%s:/output' % os.path.abspath(output_dir),
'-v', '/:/host',
docker_image,
'/bin/bash'],
stdin=subprocess.PIPE, universal_newlines=True)