freeswitch
freeswitch copied to clipboard
Update Dockerfile
Make the entrypoint script executable to avoid the following error in Podman run: Error: crun: open executable: Permission denied: OCI permission denied
See: https://github.com/containers/podman/issues/9377
For more context, I realized that I had cloned these files via wget from the github raw file view. I see the file attribute is set correctly in the git repo.
It's still likely a good idea to set the attribute inside the Dockerfile as others might check out these files the same way I did and there is no layering penalty for doing so.