diff options
Diffstat (limited to 'recipes-containers/docker')
-rw-r--r-- | recipes-containers/docker/docker_git.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-containers/docker/docker_git.bb b/recipes-containers/docker/docker_git.bb index f3c4007c..ab322350 100644 --- a/recipes-containers/docker/docker_git.bb +++ b/recipes-containers/docker/docker_git.bb | |||
@@ -56,8 +56,9 @@ DEPENDS = "golang-cross \ | |||
56 | " | 56 | " |
57 | 57 | ||
58 | DEPENDS_append_class-target = "lvm2" | 58 | DEPENDS_append_class-target = "lvm2" |
59 | RDEPENDS_${PN} = "curl aufs-util git cgroup-lite util-linux" | 59 | RDEPENDS_${PN} = "curl aufs-util git cgroup-lite util-linux iptables" |
60 | RRECOMMENDS_${PN} = "lxc docker-registry rt-tests" | 60 | RRECOMMENDS_${PN} = "lxc docker-registry rt-tests" |
61 | RRECOMMENDS_${PN} += " kernel-module-dm-thin-pool kernel-module-nf-nat" | ||
61 | DOCKER_PKG="github.com/docker/docker" | 62 | DOCKER_PKG="github.com/docker/docker" |
62 | 63 | ||
63 | do_configure() { | 64 | do_configure() { |