Skip to content
This repository has been archived by the owner on Sep 15, 2023. It is now read-only.

Commit

Permalink
refactor: add rust minimal installation
Browse files Browse the repository at this point in the history
  • Loading branch information
s1n7ax committed Sep 3, 2022
1 parent 3398ff3 commit 151bd2a
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 @@ -16,7 +16,7 @@ RUN pacman -S --needed --noconfirm \
yarn \
rustup

RUN rustup install nightly
RUN rustup install --profile=minimal nightly
RUN rustup default nightly

RUN yarn global add prettier
Expand Down

0 comments on commit 151bd2a

Please sign in to comment.