From 8255ae8b4e4ffe3f3aa0d4a3c2097724d0995798 Mon Sep 17 00:00:00 2001 From: Nicholas Molnar <65710+neekolas@users.noreply.github.com> Date: Fri, 17 Nov 2023 14:18:19 -0800 Subject: [PATCH] Use default rust profile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1f6ac43..ce6c6b9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -25,7 +25,7 @@ RUN chmod 755 /rustup/rustup.sh ENV USER=xmtp USER xmtp -RUN /rustup/rustup.sh -y --default-toolchain stable --profile minimal +RUN /rustup/rustup.sh -y --default-toolchain stable ENV PATH=$PATH:~xmtp/.cargo/bin