Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign up
Currently the docker build command uses always '--no-cache'
This make the overall run time eventualy very slow, as on each run all R dependencies nned to be intalled.
I propose to make this configurable with a parametert to drender.
I'll send a PR.