diff options
author | William Yeh <william.pjyeh@gmail.com> | 2016-06-14 15:59:32 +0800 |
---|---|---|
committer | William Yeh <william.pjyeh@gmail.com> | 2016-06-14 15:59:32 +0800 |
commit | b1f3718d07a6a68116eb98bcb2156af7b39c2259 (patch) | |
tree | 66d2b0faf0f33d7ac0257c786df9f445fbeff024 /master-ubuntu14.04/Dockerfile | |
parent | d707bce5e4201a69438ba58c6500346999fa68df (diff) | |
download | docker-ansible-b1f3718d07a6a68116eb98bcb2156af7b39c2259.tar.gz docker-ansible-b1f3718d07a6a68116eb98bcb2156af7b39c2259.tar.zst docker-ansible-b1f3718d07a6a68116eb98bcb2156af7b39c2259.zip |
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
Diffstat (limited to 'master-ubuntu14.04/Dockerfile')
-rw-r--r-- | master-ubuntu14.04/Dockerfile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/master-ubuntu14.04/Dockerfile b/master-ubuntu14.04/Dockerfile index 4c0a154..a727507 100644 --- a/master-ubuntu14.04/Dockerfile +++ b/master-ubuntu14.04/Dockerfile | |||
@@ -40,6 +40,10 @@ RUN echo "===> Adding Ansible's prerequisites..." && \ | |||
40 | rm -rf /ansible && \ | 40 | rm -rf /ansible && \ |
41 | \ | 41 | \ |
42 | \ | 42 | \ |
43 | echo "===> Installing handy tools (not absolutely required)..." && \ | ||
44 | apt-get install -y sshpass openssh-client && \ | ||
45 | \ | ||
46 | \ | ||
43 | echo "===> Clean up..." && \ | 47 | echo "===> Clean up..." && \ |
44 | apt-get remove -y --auto-remove \ | 48 | apt-get remove -y --auto-remove \ |
45 | build-essential python-pip python-dev git && \ | 49 | build-essential python-pip python-dev git && \ |