mirror of https://github.com/docker/docs.git
Merge pull request #711 from aluzzardi/integration-fix-dockerfile
integration: Added missing dependency to Dockerfile.
This commit is contained in:
commit
ebcf4f7272
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue