[SOLVED] Building latest image fails in docker

Hi all.
I build latest image in docker container. The building process fails during last step

Device                                                                                                    Boot  Start     End Sectors  Size Id Type
/home/khadas/fenix/build/images/VIM1_Ubuntu-server-bionic_Linux-5.5-rc2_arm64_SD-USB_V0.8.2-20200109.img1 *     32768  524287  491520  240M  b W95 FAT32
/home/khadas/fenix/build/images/VIM1_Ubuntu-server-bionic_Linux-5.5-rc2_arm64_SD-USB_V0.8.2-20200109.img2      524288 4898815 4374528  2.1G 83 Linux

Command (m for help): The partition table has been altered.
Syncing disks.

mkfs.fat 4.1 (2017-01-24)
/dev/loop0p2 contains a ext4 file system labelled 'ROOTFS'
	last mounted on /home/khadas/fenix/build/images/rootfs on Thu Jan  9 23:19:45 2020
Info: Copying files to root directory...
         13.31M  24%  137.60MB/s    0:00:00 (xfr#638, ir-chk=1033/2219)
rsync: rsync_xal_set: lsetxattr(""/home/khadas/fenix/build/images/rootfs/boot"","security.selinux") failed: Operation not supported (95)
          1.25G  86%  104.72MB/s    0:00:11 (xfr#58864, to-chk=0/80058)   

sent 1.25G bytes  received 1.28M bytes  109.00M bytes/sec
total size is 1.45G  speedup is 1.15
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1196) [sender=3.1.2]
Cleanup...
Makefile:7: recipe for target 'all' failed
make: *** [all] Error 23

Docker start command

sudo docker run -it -v $(pwd):/home/khadas/fenix -v /etc/localtime:/etc/localtime:ro --privileged --device=$(sudo losetup -f):/dev/loop0 --cap-add SYS_ADMIN fenix

How to fix the problem?

SELinux disabling solves the problem