The miniconda install is bloating the docker image, but it was the only way the ncl installation seemed to work to compile RIP.
It may be possible to avoid the miniconda install if ncl can be installed correctly and all libraries are correctly referenced at compilation.
To fix it, one would need to go back to a version similar to the initial commit (before miniconda was installed), and look into the hints mentioned in commit 81530c7...
That way the "!! /bin/sh: 1: Syntax error: end of file unexpected" error may be solved.
The miniconda install is bloating the docker image, but it was the only way the ncl installation seemed to work to compile RIP.
It may be possible to avoid the miniconda install if ncl can be installed correctly and all libraries are correctly referenced at compilation.
To fix it, one would need to go back to a version similar to the initial commit (before miniconda was installed), and look into the hints mentioned in commit 81530c7...
That way the "!! /bin/sh: 1: Syntax error: end of file unexpected" error may be solved.