mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Fixed broken tests
Some tests failed because the `auplink` binary was not found inside of the "docker" container.
This commit is contained in:
parent
fde157425c
commit
ca56b35e53
1 changed files with 1 additions and 0 deletions
|
@ -57,6 +57,7 @@ run /bin/echo -e '[default]\naccess_key=$AWS_ACCESS_KEY\nsecret_key=$AWS_SECRET_
|
|||
# Runtime dependencies
|
||||
run apt-get install -y -q iptables
|
||||
run apt-get install -y -q lxc
|
||||
run apt-get install -y -q aufs-tools
|
||||
|
||||
volume /var/lib/docker
|
||||
workdir /go/src/github.com/dotcloud/docker
|
||||
|
|
Loading…
Reference in a new issue