Skip to content

Fix Docker build by adding Rust compilation dependencies#5

Merged
vinod-dega merged 1 commit intomainfrom
fix/dockerfile-rust-build-dependencies
Jan 22, 2026
Merged

Fix Docker build by adding Rust compilation dependencies#5
vinod-dega merged 1 commit intomainfrom
fix/dockerfile-rust-build-dependencies

Conversation

@vinod-dega
Copy link
Contributor

  • Add gcc, g++, make, and curl to python:3.9-slim base image
  • Resolves 'linker cc not found' error during Rust bindings compilation
  • Clean up apt cache to minimize image size

Description 📝

Please provide a larger description of what did you do in this PR

GITHUB ISSUE 🎟️

Please provide the ticket related to this PR, using a link
https://github.com/VaidhyaMegha/issues/865

FYI 🙋

Please tag (@) people who need to be noticed about this changes

Screenshots 📸

Please add a screenshot or video if it's needed to show us the changes implemented (if needed)

Test ✍️

Please provide instructions to run test for this new code (if needed)

- Add gcc, g++, make, and curl to python:3.9-slim base image
- Resolves 'linker cc not found' error during Rust bindings compilation
- Clean up apt cache to minimize image size
@vinod-dega vinod-dega merged commit 37eb6a7 into main Jan 22, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant