From 8e435d22b7af654a503d940b0f977ba2f51d2712 Mon Sep 17 00:00:00 2001 From: Philip Jenvey Date: Fri, 20 Jul 2018 15:14:20 -0700 Subject: [PATCH] chore: install openssh-client git & git on docker-in-docker circleci's fallback git's doing odd things on tag builds See: https://github.com/mozilla-services/megaphone/commit/f81d556a415d --- .circleci/config.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 605afa6e..ebf243a4 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -11,6 +11,10 @@ jobs: - image: docker:18.03.1-ce working_directory: /dockerflow steps: + - run: + name: Install Docker build dependencies + command: apk add --no-cache openssh-client git + - checkout - setup_remote_docker