Layering @xfce-desktop in Containerfile fails build

added @xfce-desktop to install and getting

[2/2] STEP 3/4: RUN bootc container lint
Lint warning: sysusers: Found /etc/passwd entry without corresponding systemd sysusers.d:
  abrt
  nm-fortisslvpn
  sstpc
  wsdd
Found /etc/group entry without corresponding systemd sysusers.d:
  abrt
  nm-fortisslvpn
  sstpc
  wsdd
Lint warning: var-tmpfiles: Found content in /var missing systemd tmpfiles.d entries:
  d /run/pptp 0750 root root - -
  d /var/crash 0755 root root - -
  d /var/lib/NetworkManager-fortisslvpn 0700 root root - -
  d /var/lib/abrt 0755 root root - -
  d /var/lib/blueman 0755 root root - -
  ...and 12 more
Found non-directory/non-symlink files in /var:
  var/lib/dnf/repos/updates-79babcf8637033ce/countme
  var/lib/dnf/repos/fedora-f8e7c8bda68a349e/countme
  var/lib/xkb/README.compiled
  var/lib/systemd/catalog/database
Failed lint: var-run: Not a symlink: var/run
Checks passed: 8
Checks skipped: 1
Warnings: 2
ERROR Linting: Checks failed: 1
Error: building at STEP "RUN bootc container lint": while running runtime: exit status 1
Error: Error: buildah exited with code 1

The only one that is a fail and not a warning is /var/run not being a symlink to /run.

The other ones need fedora to update their packages but are only warnings.