force python3 lxml to version 3.4.0
[osm/SO.git] / BUILD.sh
index 12116d0..2d5b053 100755 (executable)
--- a/BUILD.sh
+++ b/BUILD.sh
@@ -171,7 +171,7 @@ fi
 if $runMkcontainer; then
     sudo apt-get install -y libxml2-dev libxslt-dev
     sudo /usr/rift/container_tools/mkcontainer --modes build --modes ext --repo ${PLATFORM_REPOSITORY}
-    sudo pip3 install -y lxml==3.4.0
+    sudo pip3 install lxml==3.4.0
 fi