Hello everyone. I encountered the following issue when trying to run a podman-based application on debian-based VM:
The Podman process failed with the following error: Command ‘[’/usr/bin/podman’, ‘image’, ‘list’, ‘–format’, ‘{{ .Digest }}’, ‘ghcr.io/freedomofpress/dangerzone/v1’]’ returned non-zero exit status 125. Stderr: b’Error: command required for rootless mode with multiple IDs: exec: “newuidmap”: executable file not found in $PATH\n’
Read some troubleshooting guidance, and checked that the VM already had podman, uidmap and slirp4netns installed. Would anyone have any idea how to fix it? Thanks.