diff --git a/images/actions/rust/Dockerfile b/images/actions/rust/Dockerfile index c70f44c..a7a1a22 100644 --- a/images/actions/rust/Dockerfile +++ b/images/actions/rust/Dockerfile @@ -1,3 +1,3 @@ FROM git.kjan.de/actions/runner-basic:latest -RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sudo sh +RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sudo sh -s -- -y