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