Skip to content
Snippets Groups Projects
Commit e425b176 authored by Alexander A. Klimov's avatar Alexander A. Klimov :sunglasses:
Browse files

Merge branch 'buster-apt-https' into 'buster'

Explicitly install apt-transport-https and ca-certificates

See merge request !4
parents e5910abb 0d609749
No related branches found
No related tags found
1 merge request!4Explicitly install apt-transport-https and ca-certificates
Pipeline #24322 passed
...@@ -25,7 +25,7 @@ all: build ...@@ -25,7 +25,7 @@ all: build
tarball: rootfs.tar.xz tarball: rootfs.tar.xz
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" "$@" mv "$@.tmp" "$@"
qemu-arm-static: 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