Closed jgriss closed 5 years ago
Right, created a PR #302
Oops sorry I changed it already without using the PR
I'm looking at the other two versions to see if they need to be modified too before closing the issue
Version 1.3.0 had the same problem (now fixed) and 1.1.0 has another kind of issue (unrelated).
Thanks for taking care of this so quickly!
The PIA container v1.3.8_cv1 is broken: The entrypoint is set to "runpia.sh" but "runpia.sh" is not executable.
Since, for some reason, runpia.sh belongs to root even if the COPY command is added after "USER biodocker", I move the "chmod" command to before changing the user.
The patch for the Dockerfile looks as follows: