Skip to content

Commit

Permalink
Pin to pip 18.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rbreslow committed Jan 28, 2019
1 parent 6204798 commit ffed246
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployment/packer/template.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
"sleep 5",
"sudo apt-get update -qq",
"sudo apt-get install python-pip python-dev libffi-dev libssl-dev -y",
"sudo pip install --upgrade pip",
"sudo pip install --upgrade pip==18.1",
"sudo pip install ansible==2.5.4.0",
"sudo /bin/sh -c 'echo {{user `version`}} > /srv/version.txt'"
]
Expand Down

0 comments on commit ffed246

Please sign in to comment.