Can imagemagick be installed (without using docker)?

Is there any way to get imagemagick, without the hassle of using docker?

I would like my backend to resize uploaded images.

Render doesn’t provide image resize service.
You can consider other 3rd party API.

The non-Docker environments have Debian imagemagick binaries installed and also libmagickcore. Does that work for you, @FlyingNoodle?