mrc-ide / twinkle

:star::arrow_right::sparkles::sparkles::sparkles::sparkles::dizzy: Load balanced shiny server
MIT License
4 stars 0 forks source link

Swap out the base image to get new system dependencies included #20

Open richfitz opened 6 years ago

richfitz commented 6 years ago

This is a real pain with docker's diamond problem. If the instance needs more system dependencies then both the shiny images (shiny and builder) need rebuilding:

richfitz commented 6 years ago

The simplest way of doing this would to move provisioning the builder container out to a further volume, then we don't have a nasty build chain