This commit is contained in:
Ciro Santilli 六四事件 法轮功
2018-11-18 00:00:01 +00:00
parent 66439e2a86
commit 66b85743b4
12 changed files with 24 additions and 24 deletions

View File

@@ -7,7 +7,7 @@ import tarfile
import common
class DockerComponent(common.Component):
class DockerComponent(common.BuildComponent):
def get_argparse_args(self):
return {
'description': '''\
@@ -76,4 +76,4 @@ See also:https://github.com/cirosantilli/linux-kernel-module-cheat#ubuntu-guest-
def get_default_args(self):
return {'docker': True}
DockerComponent().build()
DockerComponent().main()