Merge pull request #711 from aluzzardi/integration-fix-dockerfile

integration: Added missing dependency to Dockerfile.
This commit is contained in:
Alexandre Beslic 2015-05-04 17:33:51 -07:00
commit ebcf4f7272
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@ FROM dockerswarm/dind:1.6.0
RUN apt-get update && apt-get install -y --no-install-recommends \ RUN apt-get update && apt-get install -y --no-install-recommends \
build-essential \ build-essential \
file \ file \
git \
&& apt-get clean && rm -rf /var/lib/apt/lists/* && apt-get clean && rm -rf /var/lib/apt/lists/*
# Install golang # Install golang