Adding few packages

for making chroot environment also within 19.04
This commit is contained in:
Igor Pečovnik
2019-04-20 12:26:28 +02:00
committed by GitHub
parent c3774aaa74
commit 054894d6e4

View File

@@ -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