Skip to content
Snippets Groups Projects
Commit 0d609749 authored by Julian Brost's avatar Julian Brost :unicorn:
Browse files

Explicitly install apt-transport-https and ca-certificates

Raspbian buster is old enough that this isn't included by default, but it looks
like the mirror redirector now started redirecting to HTTPS mirrors. Thus,
install it so this has a chance to actually work.
parent e5910abb
No related branches found
No related tags found
1 merge request!4Explicitly install apt-transport-https and ca-certificates
Pipeline #24321 passed
......@@ -25,7 +25,7 @@ all: build
tarball: rootfs.tar.xz
rootfs.tar.xz:
TARBALL="$@.tmp" ./make-image.sh
TARBALL="$@.tmp" ./make-image.sh debootstrap.sh --include=apt-transport-https,ca-certificates
mv "$@.tmp" "$@"
qemu-arm-static:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment