ebimodeling / ghgvcR

R implementation of the Greenhouse Gas Value Calculator
Other
1 stars 6 forks source link

Add missing docker dependencies and resolve permissions #33

Closed jaydorsey closed 6 years ago

jaydorsey commented 7 years ago

Setting the user & lib paths in the attached fixes permissions errors when shelling into container and trying to run things (like install other dependencies for running tests)

Also leverages a shared library path implemented in the compose file in the rubyforgood/ghgvc repo

The xml/ssl depedencies installed are required for the R XML library to function correctly

dlebauer commented 7 years ago

Uh oh. I just realized this pr failed to build...

dlebauer commented 6 years ago

I merged after disabling vignette that was making the build fail. I didn't test before pushing merge.