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

install build-essential to compile dependencies and use multi-stage build #2582

Merged
merged 4 commits into from Nov 1, 2021

Commits on Oct 31, 2021

  1. install build-essential to compile packages and use multi-stage build

    - Install build-essential to avoid build issues like psf#2568 when dependencies don't have prebuilt wheels available
    - Use multi-stage build instead of trying to purge packages and cache from the image
      Copying `/root/.local/` installs only black's built Python dependencies (< 20 MB).
      So the image is barely larger than python:3-slim base image
    vbarbaresi committed Oct 31, 2021
    Configuration menu
    Copy the full SHA
    91cb0ab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1706e94 View commit details
    Browse the repository at this point in the history
  3. add entry in CHANGES.md

    vbarbaresi committed Oct 31, 2021
    Configuration menu
    Copy the full SHA
    867feb4 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2021

  1. Configuration menu
    Copy the full SHA
    34bc3d2 View commit details
    Browse the repository at this point in the history