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

🐛 Fix failures installing psutil during make bootstrap due to missing build dependencies #1

Closed
wants to merge 1 commit into from

Conversation

bmtcril
Copy link
Owner

@bmtcril bmtcril commented Dec 21, 2022

Purpose

Running make bootstrap on the master branch "development" image resulted in a pip failure to install dependencies due to missing the gcc command. This just adds the basic build dependencies to the "development" image to get the pip dependencies to build.

The Development Docker image was failing to build on M1 Macs due to missing
dependencies. This change adds those dependencies only for the linux/arm64
target platform.

openfun#246
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant