APT Packages#

The APT Packages integration installs APT packages in your run execution environment.

In order to include the APT packages integration, use integration_type: apt_packages.

Required Parameters#

The only required parameter (and the only parameter overall) for APT Packages is packages field, which corresponds to a list of all apt packages to install.

Note that you can include package version constraints along with the package name just as you would in a apt install command.

Example#

integrations:
  - integration_type: apt_packages
    packages:
      - htop=3.2.0
      - python3-dev