update Dockerfile to fix Jenkins test
[osm/vim-emu.git] / ansible / install.yml
index fd3aa4b..fc25d48 100755 (executable)
@@ -57,8 +57,8 @@
    - name: install requests
      pip: name=requests state=latest
 
-   - name: install docker-py
-     pip: name=docker-py version=1.7.1
+   - name: install docker
+     pip: name=docker version=2.0.2
 
    - name: install prometheus_client
      pip: name=prometheus_client state=latest
    - name: install latest urllib3 (fix error urllib3.connection.match_hostname = match_hostname)
      pip: name=urllib3 state=latest
 
+   - name: install iptc
+     pip: name=python-iptables state=latest
+
+   - name: install ipaddress
+     pip: name=ipaddress state=latest
+