Overview
alto.yml
post_build_cmds key should contain any custom actions to perform within your
infrastructure build (e.g., installing additional Linux packages).Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
The post_build_cmds key defines custom actions
...
post_build_cmds:
- "sudo yum install gcc"
...
post_build_cmds key should contain any custom actions to perform within your
infrastructure build (e.g., installing additional Linux packages).