mirror of https://github.com/docker/docs.git
add file back to test env
Signed-off-by: Victor Vieux <vieux@docker.com>
This commit is contained in:
parent
ae81ef652e
commit
6e9362af50
|
|
@ -4,7 +4,7 @@
|
|||
FROM dockerswarm/dind:1.6.0
|
||||
|
||||
# Install dependencies.
|
||||
RUN apt-get update && apt-get install -y --no-install-recommends git \
|
||||
RUN apt-get update && apt-get install -y --no-install-recommends git file \
|
||||
&& apt-get clean && rm -rf /var/lib/apt/lists/*
|
||||
|
||||
# Install golang
|
||||
|
|
|
|||
Loading…
Reference in New Issue