-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Cannot install additional software after upgrade to 1.5 (docker) #1011
Comments
Ok, I guess I've taken reducing the image size down a bit too far. It's a shame, that optimisation saves ~6GB bandwidth per day. I'll sort it out. |
I have no idea how apk works but I guess it's OK to wipe the cache (and save bandwidth), but keep the data that is required to run an update (package sources?). |
Just remove Another option would be to use multi-stage builds so that only compiled artifacts go into the final image. Much better for code maintainability. |
Multi-stage builds are ok for normal docker images, but not for official images: docker-library/official-images#3383 |
This has been working before:
The text was updated successfully, but these errors were encountered: