Sorry to keep peppering you with questions, but I’ve found that when a plugin includes a gem, like my locations plugin does, gem install [gem]
will throw a permissions error when Discourse attempts to install it in the Docker container. Any thoughts on how to set the permissions right inside the container?
See: Travis CI - Test and Deploy Your Code with Confidence
Note that lib/plugin_gem.rb
handles the installation of plugin gems (I think).