Skip to content
This repository has been archived by the owner on Aug 3, 2020. It is now read-only.

Commit

Permalink
Fix build on overlay
Browse files Browse the repository at this point in the history
  • Loading branch information
ibuildthecloud committed Jan 29, 2016
1 parent 470e724 commit 352b1d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/bootstrap
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ apt-get update
apt-get install -y arptables python-pip python-dev rsync libssl-dev libffi-dev uuid-runtime

# Fix bug on overlay w/ Docker
pip uninstall -y py pip >/dev/null >/dev/null 2>&1 || true
pip install --upgrade pip tox virtualenv
pip uninstall -y py pip virtualenv >/dev/null >/dev/null 2>&1 || true
pip install --upgrade pip tox

# Switch to pip installed pip...
/usr/local/bin/pip install psutil
Expand Down

0 comments on commit 352b1d4

Please sign in to comment.