From b6f21231b59af605348a51aff886e01d1e267cff Mon Sep 17 00:00:00 2001 From: Paul Voss Date: Sun, 11 Jun 2017 22:27:49 +0200 Subject: [PATCH] git clone requires openssh-client --- ubuntu-16.04/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/ubuntu-16.04/Dockerfile b/ubuntu-16.04/Dockerfile index 48d44cf..d3676a7 100644 --- a/ubuntu-16.04/Dockerfile +++ b/ubuntu-16.04/Dockerfile @@ -9,6 +9,7 @@ RUN apt-get update \ ansible \ python-apt \ git-core \ + openssh-client \ && apt-get clean CMD ["ansible-playbook", "--help"]