Add parallel to integration test environment.

Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
This commit is contained in:
Andrea Luzzardi 2015-11-25 06:57:51 -08:00
parent 9310a385af
commit 0961c1e48a
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
FROM dockerswarm/dind:1.9.0
# Install dependencies.
RUN apt-get update && apt-get install -y --no-install-recommends git file \
RUN apt-get update && apt-get install -y --no-install-recommends git file parallel \
&& apt-get clean && rm -rf /var/lib/apt/lists/*
# Install golang