add file back to test env

Signed-off-by: Victor Vieux <vieux@docker.com>
This commit is contained in:
Victor Vieux 2015-10-27 21:13:12 -07:00
parent ae81ef652e
commit 6e9362af50
1 changed files with 1 additions and 1 deletions

View File

@ -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