diff --git a/lib/chroot-buildpackages.sh b/lib/chroot-buildpackages.sh index ef2f288918..c0537b2b7d 100644 --- a/lib/chroot-buildpackages.sh +++ b/lib/chroot-buildpackages.sh @@ -39,7 +39,7 @@ create_chroot() display_alert "Creating build chroot" "$release/$arch" "info" local includes="ccache,locales,git,ca-certificates,devscripts,libfile-fcntllock-perl,debhelper,rsync,python3,distcc" # perhaps a temporally workaround - [[ $release == buster ]] && includes=$includes",perl-openssl-defaults,libnet-ssleay-perl" + [[ $release == buster || $release == disco ]] && includes=$includes",perl-openssl-defaults,libnet-ssleay-perl" if [[ $NO_APT_CACHER != yes ]]; then local mirror_addr="http://localhost:3142/${apt_mirror[$release]}" else