add features

This commit is contained in:
CanbiZ 2025-03-13 10:56:23 +01:00
parent 8e50696aaf
commit 38f6027288

View File

@ -1110,6 +1110,18 @@ build_container() {
FEATURES="nesting=1"
fi
if [ "$ENABLE_NFS" == "yes" ]; then
FEATURES+=",nfs=1"
fi
if [ "$ENABLE_CIFS" == "yes" ]; then
FEATURES+=",cifs=1"
fi
if [ "$ENABLE_FUSE" == "yes" ]; then
FEATURES+=",fuse=1"
fi
if [[ $DIAGNOSTICS == "yes" ]]; then
post_to_api
fi