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 \
|
||||
build-essential \
|
||||
file \
|
||||
git \
|
||||
&& apt-get clean && rm -rf /var/lib/apt/lists/*
|
||||
|
||||
# Install golang
|
||||
|
|
Loading…
Reference in New Issue