diff options
-rwxr-xr-x | baiji | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -199,6 +199,9 @@ def build(args): with open(os.path.join(dn, fn), "w") as f: f.write(tar.extractfile(member).read()) + with Docker("rm", container_name): + pass + # Parse arguments and dispatch to one of the commands above. |