I found the answer from here https://cwiki.apache.org/confluence/display/CLOUDSTACK/How+to+build+CloudStack Add an environment variable ACS_BUILD_OPTS="-Dnoredist" when running docker E.g:
docker run -v $mypath:/mnt/build -v /opt/cloudstack/4.13.1/m2:/root/.m2 -e ACS_BUILD_OPTS="-Dnoredist" khos2ow/cloudstack-deb-builder:ubuntu1604 -Jerry 发件人: li jerry<mailto:div...@hotmail.com> 发送时间: 2020年6月22日 10:27 收件人: users@cloudstack.apache.org<mailto:users@cloudstack.apache.org> 主题: How to use cloudstack-deb-builder to compile Non-OSS packages Hi khos2ow The cloudstack-rpm-builder docker Build cloudstack you contributed is very convenient and easy to use! Thanks for your contribution cloudstack-rpm-builder docker can complete BUILD for Non-OSS (VMWRE F5) In cloudstack-deb-builder, I didn't find the corresponding method of use, can you tell me? Thank you -Jerry