fix & opt

- fix docker not found regexp
- use en_US in docker cmd
-
This commit is contained in:
Junyuan Feng
2022-05-12 09:50:28 +08:00
parent 7e8e0e2efc
commit bfe7140a44
13 changed files with 114 additions and 62 deletions

View File

@@ -58,4 +58,6 @@ extension StringX on String {
);
});
}
String get withLangExport => 'export LANG=en_US.UTF-8 && $this';
}