diff --git a/image_builder b/image_builder index c8da720..1dc2dd6 100644 --- a/image_builder +++ b/image_builder @@ -83,7 +83,7 @@ function rebuild_base_lxc() local INSTALL_SCRIPT="https://install.yunohost.org/$DIST" - $IN_LXC apt install curl -y + $IN_LXC apt install eatmydata curl -y $IN_LXC /bin/bash -c "echo exit 101 > /usr/sbin/policy-rc.d" $IN_LXC /bin/bash -c "chmod +x /usr/sbin/policy-rc.d" $IN_LXC /bin/bash -c "curl $INSTALL_SCRIPT | bash -s -- -a -d $YNH_BRANCH"