Issue with imagebuilder and packages dependencies

Hello,
i have a problem with imagebuilder and packages dependencies.
Basically, when i build my image from scratch i select luci-nginx-ssl, then i remove nginx-ssl and add nginx-full. It seems imagebuilder is not allowing this, so i get an error when it tries ti install nginx-full

Collected errors:
 * check_data_file_clashes: Package nginx-full wants to install file /home/massi/ImageBuilder/openwrt-imagebuilder-23.05.5-x86-64.Linux-x86_64/build_dir/target-x86_64_musl/root-x86/etc/init.d/nginx
        But that file is already provided by package  * nginx-ssl
 * check_data_file_clashes: Package nginx-full wants to install file /home/massi/ImageBuilder/openwrt-imagebuilder-23.05.5-x86-64.Linux-x86_64/build_dir/target-x86_64_musl/root-x86/usr/sbin/nginx
        But that file is already provided by package  * nginx-ssl
 * opkg_install_cmd: Cannot install package nginx-full.

at least i assume this can be the issue :slight_smile: i'm trying to build with imagebuilder starting from the list of packages installed on my routher, that related with nginx are:

luci-ssl-nginx nginx nginx-full nginx-mod-luci nginx-mod-luci-ssl nginx-mod-ubus nginx-ssl-util nginx-util

ideas?
thanks

Get rid of nginx in your package list and just leave nginx-full. Those are the packages that are actually conflicting.

You can (sort of) see this if you do opkg -A info 'nginx*' and pick through the output.

sadly no, it still crashes..
and it also crashes if i explicit a "-nginx-ssl"