From 6e9362af507cb8126055cb7cedf9f410c90925eb Mon Sep 17 00:00:00 2001 From: Victor Vieux Date: Tue, 27 Oct 2015 21:13:12 -0700 Subject: [PATCH] add file back to test env Signed-off-by: Victor Vieux --- test/integration/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/Dockerfile b/test/integration/Dockerfile index 6eb94403fb..2708f979ea 100644 --- a/test/integration/Dockerfile +++ b/test/integration/Dockerfile @@ -4,7 +4,7 @@ FROM dockerswarm/dind:1.6.0 # Install dependencies. -RUN apt-get update && apt-get install -y --no-install-recommends git \ +RUN apt-get update && apt-get install -y --no-install-recommends git file \ && apt-get clean && rm -rf /var/lib/apt/lists/* # Install golang