same here, docker builds fail
SOLUTION: Ok I solved it by adding plugin dependencies to the main package.json. I did not remove the old dependencies from the /src/plugins/myplugin/package.json, but I think you can. I do not use yarn workspaces. Adding the dependency was all I did and the plugin works without going into plugin directory and running npm install separately.