-
-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Optimize package installation in docker base image
- Add --no-install-recommends option in order to install only what is required - Remove Node.js as it is not used by this project - Do not install sudo as it's not required - Limit the number of RUN - Delete apt cache: rm -rf /var/lib/apt/lists/* - Update google-chrome-stable (the old version isn't available anymore)
- Loading branch information
Showing
1 changed file
with
18 additions
and
22 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