I'm planning to use Composer2 as my airflow runtime. To use my airflow script, I need to install chrome binary on the machine, But I don't know how to execute 'apt-get install' command on my composer2 environment.
As I saw the document, it seems that Composer2 only supports the airflow commands, not linux commands.
Please let me know how to do it