Filed under ci
Using apt During Continuous Integration
When using a Continuous Integration workflow using Docker there is often the need to automatically install packages. On Debian and its derivatives like Ubuntu this is usually done using the apt command. Unfortunately that command is meant to be used interactively by the user behind the keyboard. Hopefully this is not the case in a CI workflow. If you try to use this command in a script it will print a warning that this is not supported.