Skip to content
This repository has been archived by the owner on Feb 8, 2025. It is now read-only.

Commit

Permalink
Use default rust profile
Browse files Browse the repository at this point in the history
  • Loading branch information
neekolas authored and jac18281828 committed Nov 18, 2023
1 parent 2a4e1ef commit 8255ae8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 8255ae8

Please sign in to comment.