sudo apt install fakeroot devscripts debhelperdocker run -it --rm --name test_deb --hostname test -v `pwd`/debs:/debs ubuntu:22.04 /bin/bashsudo apt install podman
podman build -f docker/Dockerfile -t ubuntu22:systemd
podman run -it --rm \
--name systemd_container \
--privileged \
--systemd=always \
--volume /sys/fs/cgroup:/sys/fs/cgroup:ro \
--volume `pwd`/debs:/debs \
ubuntu22:systemd \
/sbin/initpodman exec -it systemd_container /bin/bash