-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge package installation into a single layer
Currently, CI is failing weirdly because of ubuntu repos returning 404. I suspect that is because the package index layer, `apt-get update`, is a cache-hit but the next layer that installs packages are not. This causes `apt` to work with outdated indices. Further, it's just good container hygiene to keep those in a single layer to make sure package index doesn't end up in a layer of the image.
- Loading branch information
Showing
2 changed files
with
11 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters