Podman/Docker image startup fails with "Failed to exec...
Describe the bug I try to use the image with podman, but the startup fails due to spurious errors… To Reproduce docker-compose.yml part: version: '3.7' services: # […] collabora: image: collabora/code restart: unless-stopped networks: - ...