From ac9c659779a982b31bb3ba7199bdde8f5545f60f Mon Sep 17 00:00:00 2001 From: Ada Lundhe Date: Sun, 18 Feb 2024 12:07:12 -0600 Subject: [PATCH] AL: fix Rust image --- rust/Dockerfile.rust | 2 ++ 1 file changed, 2 insertions(+) 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