Skip to content

Commit

Permalink
Add ca-certificates to the base chroot
Browse files Browse the repository at this point in the history
`ca-certificates` is a `Recommends` dependency for `apt`
  • Loading branch information
esteve authored and jspricke committed Mar 20, 2023
1 parent b7839ce commit daad221
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prepare
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ sudo DEBIAN_FRONTEND=noninteractive apt install -y --no-install-recommends sbuil
echo "Setup build environment"

mkdir -p "$HOME/.cache/sbuild"
mmdebstrap --variant=buildd --include=apt,ccache,auto-apt-proxy \
mmdebstrap --variant=buildd --include=apt,ccache,auto-apt-proxy,ca-certificates \
--customize-hook='chroot "$1" update-ccache-symlinks' \
--components=main,universe "$DEB_DISTRO" "$HOME/.cache/sbuild/$DEB_DISTRO-amd64.tar"

Expand Down

0 comments on commit daad221

Please sign in to comment.