Commit 91666d21 by Kevin Falcone Committed by Ben Patterson

Install libmysqlclient-dev - needed by MySQL-python

Similar to the core ansible/abbey change made in
https://github.com/edx/configuration/commit/06153b69cf39e955b1c834f580cb96c000c70f4e
parent 2a673da9
......@@ -49,6 +49,9 @@
"inline": ["sudo apt-get -y install git-core"]
}, {
"type": "shell",
"inline": ["sudo apt-get -y install libmysqlclient-dev"]
}, {
"type": "shell",
"inline": ["cd {{user `playbook_remote_dir`}}",
"virtualenv packer-venv",
". packer-venv/bin/activate",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment