A Base Container that builds everything required for PROS-Build
Installs the following packages:
- jq (Command-Line JSON Parser)
- wget (Used to Download the ARM Toolchain)
- git (Git Client, Used to retrieve the short SHA of a push/pr)
- gawk (Scripting Language, used to extract certain lines from the Makefile)
- python3-minimal (Minimal Install of Python, used for PROS)
- python3-pip (PIP is used to install PROS)
- unzip (Used to Unzip the template)
Also installs the following:
- pros-cli (Python)
- arm-none-eabi toolchain (From https://developer.arm.com)