2013-11-07 04:25:34 +00:00
|
|
|
#!/bin/bash
|
2013-06-20 13:14:13 +00:00
|
|
|
|
|
|
|
set -uex
|
|
|
|
|
|
|
|
# Git isn't a dependency of this element, but is a dependency of pbr
|
|
|
|
# if you are doing pip install on a git cloned directoy, because this
|
|
|
|
# looks to be a fairly common pattern it makes sense to have git on the
|
|
|
|
# target image
|
|
|
|
install-packages git
|
|
|
|
|