-
Type:
Task
-
Resolution: Fixed
-
Priority:
Minor
-
Component/s: plugin-installation-manager-tool
-
GSoC 2019. Coding Phase 2
When running the plugin management jar in Docker, the following error is thrown:
java.io.FileNotFoundException: failedplugins.txt (Permission denied)
I tried copying an empty failedplugins file into the image using a COPY command in the Dockerfile, but I'm not sure if I'm copying the file to the wrong location or if there's some other issue with permissions. Â