But aarch64=arm64, so the changes do the trick to let install package_check on aarch64
In addition, when container start on aarch64, the container need more time to initialize network part, nslookup only respond after a few seconds. Adding some time after lxc start allow ping -q -c 2 security.debian.org or ping -q -c 2 yunohost.org to work
lxc-create doesn't take in count aarch64 : https://uk.images.linuxcontainers.org/
But aarch64=arm64, so the changes do the trick to let install package_check on aarch64
In addition, when container start on aarch64, the container need more time to initialize network part, nslookup only respond after a few seconds. Adding some time after lxc start allow ping -q -c 2 security.debian.org or ping -q -c 2 yunohost.org to work