aboutsummaryrefslogtreecommitdiffhomepage
path: root/master-ubuntu16.04/Dockerfile
diff options
context:
space:
mode:
authorWilliam Yeh <william.pjyeh@gmail.com>2016-06-14 15:59:32 +0800
committerWilliam Yeh <william.pjyeh@gmail.com>2016-06-14 15:59:32 +0800
commitb1f3718d07a6a68116eb98bcb2156af7b39c2259 (patch)
tree66d2b0faf0f33d7ac0257c786df9f445fbeff024 /master-ubuntu16.04/Dockerfile
parentd707bce5e4201a69438ba58c6500346999fa68df (diff)
downloaddocker-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-ubuntu16.04/Dockerfile')
-rw-r--r--master-ubuntu16.04/Dockerfile4
1 files changed, 4 insertions, 0 deletions
diff --git a/master-ubuntu16.04/Dockerfile b/master-ubuntu16.04/Dockerfile
index 921af23..6b601a6 100644
--- a/master-ubuntu16.04/Dockerfile
+++ b/master-ubuntu16.04/Dockerfile
@@ -42,6 +42,10 @@ RUN echo "===> Adding Ansible's prerequisites..." && \
42 rm -rf /ansible && \ 42 rm -rf /ansible && \
43 \ 43 \
44 \ 44 \
45 echo "===> Installing handy tools (not absolutely required)..." && \
46 apt-get install -y sshpass openssh-client && \
47 \
48 \
45 echo "===> Clean up..." && \ 49 echo "===> Clean up..." && \
46 apt-get remove -y --auto-remove \ 50 apt-get remove -y --auto-remove \
47 build-essential python-pip python-dev git libffi-dev libssl-dev && \ 51 build-essential python-pip python-dev git libffi-dev libssl-dev && \