Installing Custom Software

In our build environment, you can run commands as root using sudo. This is helpful if you'd like to install a custom package that we have not installed by default:

build:
  nodes:
    some-node:
      dependencies:
        before:
          - sudo apt-get install -y abc