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 Dockerfile dependencies for arm64 docker build error on GitHub Actions #6152

Merged
merged 5 commits into from
Jan 24, 2025

Conversation

acwhite211
Copy link
Member

@acwhite211 acwhite211 commented Jan 23, 2025

Fix Dockerfile dependencies for arm64 docker build error on GitHub Actions.

This resolves issues with building the Docker image for arm64 architecture by updating the Dockerfile to include additional dependencies and improving compatibility for Python packages that require compilation during installation.

Added libsasl2-modules-gssapi-mit, libssl-dev, libgmp-dev, libffi-dev, and default-libmysqlclient-dev to the apt-get install step.

This will also fix the problematic branches on the test-panel. Will need to update those branches to production once this branch is merged into production.

@acwhite211 acwhite211 marked this pull request as ready for review January 23, 2025 23:15
@acwhite211 acwhite211 self-assigned this Jan 23, 2025
@CarolineDenis
Copy link
Contributor

How should we test this?

@acwhite211 acwhite211 merged commit 502603c into production Jan 24, 2025
12 checks passed
@acwhite211 acwhite211 deleted the docker-fix-3 branch January 24, 2025 15:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

4 participants