From a2862280f18da384c5f4e4f897850c1ffa63a5a5 Mon Sep 17 00:00:00 2001 From: Andrea Luzzardi Date: Mon, 4 May 2015 17:25:02 -0700 Subject: [PATCH] integration: Added missing dependency to Dockerfile. Signed-off-by: Andrea Luzzardi --- test/integration/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/test/integration/Dockerfile b/test/integration/Dockerfile index 81442a755b..b97d0e4710 100644 --- a/test/integration/Dockerfile +++ b/test/integration/Dockerfile @@ -7,6 +7,7 @@ FROM dockerswarm/dind:1.6.0 RUN apt-get update && apt-get install -y --no-install-recommends \ build-essential \ file \ + git \ && apt-get clean && rm -rf /var/lib/apt/lists/* # Install golang