mirror of https://github.com/docker/docs.git
Merge pull request #2221 from flavio/fix_broken_tests
Fixed broken tests
This commit is contained in:
commit
2f4526d5c4
|
@ -57,6 +57,7 @@ run /bin/echo -e '[default]\naccess_key=$AWS_ACCESS_KEY\nsecret_key=$AWS_SECRET_
|
||||||
# Runtime dependencies
|
# Runtime dependencies
|
||||||
run apt-get install -y -q iptables
|
run apt-get install -y -q iptables
|
||||||
run apt-get install -y -q lxc
|
run apt-get install -y -q lxc
|
||||||
|
run apt-get install -y -q aufs-tools
|
||||||
|
|
||||||
volume /var/lib/docker
|
volume /var/lib/docker
|
||||||
workdir /go/src/github.com/dotcloud/docker
|
workdir /go/src/github.com/dotcloud/docker
|
||||||
|
|
Loading…
Reference in New Issue