diff --git a/orchestration/src/coins/monero.rs b/orchestration/src/coins/monero.rs index b794e79a9..f64f0a047 100644 --- a/orchestration/src/coins/monero.rs +++ b/orchestration/src/coins/monero.rs @@ -45,7 +45,7 @@ RUN tar -xvjf monero-linux-{arch}-v{MONERO_VERSION}.tar.bz2 --strip-components=1 let run_monero = format!( r#" -COPY --from=monero --chown=monero {monero_binary} /bin +COPY --from=monero --chown=monero:nogroup {monero_binary} /bin EXPOSE {ports}