Copy rust compiler from one container image onto another

⚓ Rust    📅 2025-05-29    👤 surdeus    👁️ 4      

surdeus

Warning

This post was published 74 days ago. The information described in this article may have changed.

I need to create a container image to run in my CI. I am actually testing a Python app, but one of its dependencies has Rust dependencies. Instead of installing Rust from scratch, I was wondering if I couldn't just copy across a couple of directories using a multi stage build?

1 post - 1 participant

Read full topic

🏷️ rust_feed