mirror of https://github.com/docker/docs.git
Add parallel to integration test environment.
Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
This commit is contained in:
parent
9310a385af
commit
0961c1e48a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue