From 8af1ec6cc65268c296540106c0f68e3442fd0461 Mon Sep 17 00:00:00 2001 From: Diederik de Haas Date: Tue, 27 Apr 2021 15:13:14 +0200 Subject: [PATCH] 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 --- raspi_master.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/raspi_master.yaml b/raspi_master.yaml index 78cc256..7198b88 100644 --- a/raspi_master.yaml +++ b/raspi_master.yaml @@ -76,10 +76,11 @@ steps: - apt: install packages: - - ssh - - parted + - ca-certificates - dosfstools - iw + - parted + - ssh - wpasupplicant - __FIRMWARE_PKG__ - __LINUX_IMAGE__