Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Factor apt-get commands out #243

Open
fnothaft opened this issue Apr 27, 2017 · 2 comments
Open

Factor apt-get commands out #243

fnothaft opened this issue Apr 27, 2017 · 2 comments

Comments

@fnothaft
Copy link
Contributor

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.

@cket
Copy link
Contributor

cket commented Apr 27, 2017

No, I don't remember. Factoring out a common layer sounds good to me though!

@fnothaft
Copy link
Contributor Author

Excellent! I'll take a hack at that sometime after #211 merges.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants