diskimage-builder/elements/source-repositories/install.d/01-source-repositories

11 lines
269 B
Plaintext
Raw Normal View History

#!/bin/sh
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