diff --git a/rust/Dockerfile.rust b/rust/Dockerfile.rust index 762bea7..fcbca99 100644 --- a/rust/Dockerfile.rust +++ b/rust/Dockerfile.rust @@ -43,4 +43,6 @@ RUN apt clean \ USER ${USERNAME} RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y +USER root + COPY ./resources/rust/.envrc /.envrc \ No newline at end of file