From b1f3718d07a6a68116eb98bcb2156af7b39c2259 Mon Sep 17 00:00:00 2001 From: William Yeh Date: Tue, 14 Jun 2016 15:59:32 +0800 Subject: Add: `git` for onbuild variants; handy tools for others. @see https://github.com/William-Yeh/docker-ansible/issues/18 @see https://github.com/William-Yeh/docker-ansible/issues/20 --- 1.9-ubuntu14.04-onbuild/ansible-playbook-wrapper | 1 + 1 file changed, 1 insertion(+) (limited to '1.9-ubuntu14.04-onbuild') diff --git a/1.9-ubuntu14.04-onbuild/ansible-playbook-wrapper b/1.9-ubuntu14.04-onbuild/ansible-playbook-wrapper index 0ba45e6..afe4d97 100755 --- a/1.9-ubuntu14.04-onbuild/ansible-playbook-wrapper +++ b/1.9-ubuntu14.04-onbuild/ansible-playbook-wrapper @@ -23,6 +23,7 @@ if [ -z "$REQUIREMENTS" ]; then fi if [ -f "$REQUIREMENTS" ]; then + apt-get install -y git ansible-galaxy install -r $REQUIREMENTS fi -- cgit v1.2.3