mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-29 17:41:05 +02:00
fix(app-emulation/docker): requires brctl
http://stackoverflow.com/questions/15768121/docker-net-no-such-interface
This commit is contained in:
parent
23ca98dd2e
commit
79824c0c3a
@ -18,7 +18,10 @@ KEYWORDS="~amd64 ~arm ~x86"
|
|||||||
IUSE=""
|
IUSE=""
|
||||||
|
|
||||||
DEPEND=">=dev-lang/go-1.0.2"
|
DEPEND=">=dev-lang/go-1.0.2"
|
||||||
RDEPEND="app-emulation/lxc"
|
RDEPEND="
|
||||||
|
app-emulation/lxc
|
||||||
|
net-misc/bridge-utils
|
||||||
|
"
|
||||||
|
|
||||||
src_compile() {
|
src_compile() {
|
||||||
emake
|
emake
|
||||||
|
Loading…
x
Reference in New Issue
Block a user