From f35682a2f0fbb01f01bce723cb369de0a105534a Mon Sep 17 00:00:00 2001 From: Gaetan de Villele Date: Mon, 8 May 2017 10:20:12 -0700 Subject: [PATCH] update circle.yml - update from docker:17.04 to docker:17.05 - install git and ssh to suppress CircleCI warning Signed-off-by: Gaetan de Villele --- circle.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/circle.yml b/circle.yml index e6fedd44d4..93dc842e3d 100644 --- a/circle.yml +++ b/circle.yml @@ -3,8 +3,12 @@ jobs: build: working_directory: ~/cli docker: - - image: docker:17.04 + - image: docker:17.05 steps: + - run: + name: "Install Git and SSH" + command: | + apk add -U git openssh - checkout - setup_remote_docker - run: