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
Optimize package installation in docker base image
- Add --no-install-recommends option in order to install only what is required
- Install only gpg and gpg-agent instead of full gnupg
- Replace Node setup script with just the two required commands for adding the repo. This prevents unneeded packages (full gnupg, lsb_release...) from being installed by the script
- Do not install sudo as it's not required
- Limit the number of RUN
- Delete apt cache: rm -rf /var/lib/apt/lists/*
- Update Chrome version to make the install work
0 commit comments