main
Motiejus Jakštys 2021-05-24 00:11:58 +03:00
parent 4afc07bb65
commit 8385d2325d
1 changed files with 2 additions and 2 deletions

View File

@ -34,7 +34,7 @@ rootfs = rule(
implementation = _rootfs_impl, implementation = _rootfs_impl,
attrs = { attrs = {
"src": _input_container, "src": _input_container,
"_undocker": _undocker, "_undocker": _undocker_cli,
}, },
) )
@ -61,6 +61,6 @@ lxcconfig = rule(
implementation = _lxcconfig_impl, implementation = _lxcconfig_impl,
attrs = { attrs = {
"src": _input_container, "src": _input_container,
"_undocker": _undocker, "_undocker": _undocker_cli,
}, },
) )