freeswitch icon indicating copy to clipboard operation
freeswitch copied to clipboard

Update Dockerfile

Open skyblaster opened this issue 3 years ago • 1 comments

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

skyblaster avatar Aug 07 '22 03:08 skyblaster

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.

skyblaster avatar Aug 07 '22 04:08 skyblaster