Apt Requirements

Specify which apt packages should be available in order to run the component.

Example:

setup:
  - type: apt
    packages: [ sl ]

interactive

Type: Boolean

Default: False

If false, the Debian frontend is set to non-interactive (recommended). Default: false.

packages

Type: String / List of String

Default: Empty

Specifies which packages to install.

Example:

packages: [ sl ]

type

Type: String

Specifies the type of the requirement specification.