mirror of https://github.com/docker/docs.git
Merge pull request #1349 from vieux/add_file_back_to_test_env
add file back to test env
This commit is contained in:
commit
0d0b99953e
|
|
@ -4,7 +4,7 @@
|
||||||
FROM dockerswarm/dind:1.6.0
|
FROM dockerswarm/dind:1.6.0
|
||||||
|
|
||||||
# Install dependencies.
|
# 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/*
|
&& apt-get clean && rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
# Install golang
|
# Install golang
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue