Revert cleanup and allow force push image to GS (tmp)
[nfvbench.git] / nfvbenchvm / dib / elements / nfvbenchvm / post-install.d / 50-pip-package
1 #!/bin/bash
2
3 cd /tmp
4 wget https://bootstrap.pypa.io/get-pip.py
5 python3 get-pip.py
6
7 pip3 install setuptools wheel pbr
8 pip3 install pyyaml