feat: 🚛 完成了 client 资源创建
This commit is contained in:
@@ -22,6 +22,10 @@ func (m *maker) DependencyCheck(ctx context.Context) error {
|
||||
return fmt.Errorf("docker 命令未找到: %w", err)
|
||||
}
|
||||
|
||||
if err := checkCommand(ctx, "7z"); err != nil {
|
||||
return fmt.Errorf("7z 命令未找到: %w", err)
|
||||
}
|
||||
|
||||
return nil
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user