diff --git a/sdk_container/src/third_party/coreos-overlay/app-emulation/docker/docker-9999.ebuild b/sdk_container/src/third_party/coreos-overlay/app-emulation/docker/docker-9999.ebuild index 7473b4cb8b..701a9ac9b2 100644 --- a/sdk_container/src/third_party/coreos-overlay/app-emulation/docker/docker-9999.ebuild +++ b/sdk_container/src/third_party/coreos-overlay/app-emulation/docker/docker-9999.ebuild @@ -24,6 +24,7 @@ RDEPEND=" sys-apps/iproute2 app-arch/libarchive net-misc/curl + sys-fs/aufs-util " src_compile() { diff --git a/sdk_container/src/third_party/coreos-overlay/profiles/default/linux/package.accept_keywords b/sdk_container/src/third_party/coreos-overlay/profiles/default/linux/package.accept_keywords index 33981c6761..e0ba664919 100644 --- a/sdk_container/src/third_party/coreos-overlay/profiles/default/linux/package.accept_keywords +++ b/sdk_container/src/third_party/coreos-overlay/profiles/default/linux/package.accept_keywords @@ -100,3 +100,6 @@ =sys-apps/kexec-tools-2.0.4-r1 ~amd64 =sys-kernel/dracut-027-r3 ~amd64 =sys-apps/sysvinit-tools-2.88-r4 ~amd64 + +# Needed for docker +=sys-fs/aufs-util-3.7.6 ~amd64