Add 'ca-certificates' to installed packages.

This is needed to use Debian repos served over https, but also a LOT of
other programs, like reportbug, which want to communicate securely.

Also sorted the list of packages alphabatically as I couldn't find a
reason for the current order and then a logical sort order is better.

Signed-off-by: Diederik de Haas <didi.debian@cknow.org>
This commit is contained in:
Diederik de Haas 2021-04-27 15:13:14 +02:00
parent 99c34cc1d6
commit 8af1ec6cc6
No known key found for this signature in database
GPG Key ID: D76E5BCE787EDB6E
1 changed files with 3 additions and 2 deletions

View File

@ -76,10 +76,11 @@ steps:
- apt: install - apt: install
packages: packages:
- ssh - ca-certificates
- parted
- dosfstools - dosfstools
- iw - iw
- parted
- ssh
- wpasupplicant - wpasupplicant
- __FIRMWARE_PKG__ - __FIRMWARE_PKG__
- __LINUX_IMAGE__ - __LINUX_IMAGE__