"Error: unable to find user signal-cli: no matching entries in passwd" in v0-13-10-2, v0-13-10-3 and v0-13-11-1
I cannot run latest docker images with the following error: ``` $ podman run --rm --tmpfs /tmp:exec --name signal-cli registry.gitlab.com/packaging/signal-cli/signal-cli-native:v0-13-11-1 Error: unable to find user signal-cli: no matching entries in passwd file ``` Trying to switch to root user give me the following error: ``` $ podman run --rm --tmpfs /tmp:exec --name signal-cli registry.gitlab.com/packaging/signal-cli/signal-cli-native:v0-13-11-1 Error: unable to find user signal-cli: no matching entries in passwd file ``` I have the same behavior with the versions v0-13-10-2 and v0-13-10-3
issue