mirror of https://github.com/docker/docs.git
integration: Added missing dependency to Dockerfile.
Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
This commit is contained in:
parent
ae77390be2
commit
a2862280f1
|
@ -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