Merge pull request #1349 from vieux/add_file_back_to_test_env

add file back to test env
This commit is contained in:
Xian Chaobo 2015-10-28 12:14:28 +08:00
commit 0d0b99953e
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