post_install() {
    echo "Adding builduser to sudoers"
    echo -e "\nbuilduser ALL=(ALL:ALL) NOPASSWD: ALL\n" >> /etc/sudoers
}
