mirror of
https://github.com/therealaleph/MasterHttpRelayVPN-RUST.git
synced 2026-05-18 10:24:35 +03:00
fdd6c200d6
The messense/rust-musl-cross images expect to run as root so cargo can write to /root/.cargo. Overriding the container user to match the host UID broke cargo's registry cache with 'Permission denied' before a single file compiled. Drop the flag and chown the target/ tree after the build instead.