Skip to content

Commit

Permalink
Added ca-certificates to base build so https will work correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
sirredbeard authored Aug 17, 2018
1 parent 25ea883 commit 8a8145c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion create-targz.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ TMPDIR=$(mktemp -d)
ARCH="amd64"
DIST="stable"
cd $TMPDIR
sudo cdebootstrap -a $ARCH --include=sudo,locales,git,python3,apt-transport-https,wget $DIST $DIST http://deb.debian.org/debian
sudo cdebootstrap -a $ARCH --include=sudo,locales,git,python3,apt-transport-https,wget,ca-certificates $DIST $DIST http://deb.debian.org/debian
# clean apt cache
sudo chroot $DIST apt-get clean
# configure bash
Expand Down

0 comments on commit 8a8145c

Please sign in to comment.