From 67ef149cd98e9b3a6175967ddfe7a96d42c96479 Mon Sep 17 00:00:00 2001 From: Flavio Castelli Date: Tue, 15 Oct 2013 11:44:56 +0200 Subject: [PATCH] Fixed broken tests Some tests failed because the `auplink` binary was not found inside of the "docker" container. Upstream-commit: ca56b35e5334d9f6a6741830951eb1535ca6f9b2 Component: engine --- components/engine/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/components/engine/Dockerfile b/components/engine/Dockerfile index abb8a02828..c19553a315 100644 --- a/components/engine/Dockerfile +++ b/components/engine/Dockerfile @@ -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