furrer-lab / r-containers

GNU General Public License v3.0
1 stars 0 forks source link

switch to a multi-stage build #15

Open j-i-l opened 5 months ago

j-i-l commented 5 months ago

We have several stages during the build process of our containers (e.g. INAL installation, fetching package dependencies, etc.) that do more or less depend on the os, compiler and R version we target.

To avoid multiplying code unnecessarily, these steps might be better separated into distinct building steps in docker, as described in the official docs.