Skip to content

Commit

Permalink
Merge pull request WikiWatershed#3081 from WikiWatershed/tt/fix-ami-b…
Browse files Browse the repository at this point in the history
…uilds

Fix AMI builds by pinning pip to 18.1
  • Loading branch information
rajadain authored Jan 29, 2019
2 parents 2520885 + f980197 commit 05ad197
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 @@ -112,7 +112,7 @@
"sleep 5",
"sudo apt-get update -qq",
"sudo apt-get install python-pip python-dev -y",
"sudo pip install --upgrade pip",
"sudo pip install --upgrade pip==18.1",
"sudo pip install ansible==2.4.4.0",
"sudo /bin/sh -c 'echo {{user `branch`}} {{user `description`}} > /srv/version.txt'"
]
Expand Down

0 comments on commit 05ad197

Please sign in to comment.