Uninstall old docker clients before emulator is installed.
[osm/vim-emu.git] / utils / ci / jenkins_entrypoint.sh
index eeff1a0..05331fb 100755 (executable)
@@ -6,6 +6,9 @@ export DOCKER_HOST="unix:///var/run/docker.sock"
 
 # don't rely on Debian/Ubuntu Docker engine
 apt-get remove docker-engine
+# make sure we start from scratch
+pip uninstall docker-py
+pip uninstall docker
 
 set -e
 set -x