Description
Trino uses different plugin directories for server-type installation and docker installation.
The plugin directory needs to be configured as /usr/lib/trino/plugin/ranger when running in docker.
Lets make this configurable in install.properties using new property
INSTALL_ENV=docker
If the user configures this property then trino-ranger-plugin will configure the plugin directory to /usr/lib/trino/plugin/ranger
otherwise, it will assume that trino is installed using a non-docker environment and use the default plugin directory location