Skip to content
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

Optimize package installation in docker base image #32

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Jan 24, 2024

  1. 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)
    am97 committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    a1809ef View commit details
    Browse the repository at this point in the history