Fix test-scheduler build bugs.
[bottlenecks.git] / test-scheduler / docker / plugin / build.sh
index d5523b4..079f2d1 100644 (file)
@@ -25,4 +25,5 @@ docker rm -f $plugin_container
 
 #build the images of conductor.
 cd $tmppath/conductor/docker
+sed -i '/&& npm install/a\  && npm i natives@1.1.6 -S \\' ui/Dockerfile
 docker-compose build