You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The way we do apt-get update && apt-get install across many containers is kind of wonky and leads to us generating lots of layers that overlap substantially in content but that can't be cached and reused. @cket@jvivian do you all remember why we wrote all the Dockerfiles this way? Refactoring the apt-get update/install process should save a pretty substantial amount of build time while also reducing image size.
The text was updated successfully, but these errors were encountered:
The way we do
apt-get update && apt-get install
across many containers is kind of wonky and leads to us generating lots of layers that overlap substantially in content but that can't be cached and reused. @cket @jvivian do you all remember why we wrote all the Dockerfiles this way? Refactoring theapt-get
update/install process should save a pretty substantial amount of build time while also reducing image size.The text was updated successfully, but these errors were encountered: