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
- 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)
0 commit comments