diff --git a/jenkins-slave-rust/Dockerfile b/jenkins-slave-rust/Dockerfile --- a/jenkins-slave-rust/Dockerfile +++ b/jenkins-slave-rust/Dockerfile @@ -28,3 +28,5 @@ RUN curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain $TOOLCHAIN && \ /home/app/.cargo/bin/rustup component add clippy-preview --toolchain=nightly && \ /home/app/.cargo/bin/rustup component add rustfmt-preview --toolchain=nightly + +USER root