mirror of
https://github.com/penpot/penpot.git
synced 2025-01-23 06:58:58 -05:00
🔧 Add rustfmt to the devenv
This commit is contained in:
parent
c89b6e2d6d
commit
9b7d0563b9
1 changed files with 2 additions and 1 deletions
|
@ -263,7 +263,8 @@ RUN set -eux; \
|
||||||
chmod +x rustup-init; \
|
chmod +x rustup-init; \
|
||||||
./rustup-init -y --no-modify-path --profile minimal --default-toolchain $RUST_VERSION --default-host ${rustArch}; \
|
./rustup-init -y --no-modify-path --profile minimal --default-toolchain $RUST_VERSION --default-host ${rustArch}; \
|
||||||
rm rustup-init; \
|
rm rustup-init; \
|
||||||
chmod -R a+w $RUSTUP_HOME $CARGO_HOME;
|
chmod -R a+w $RUSTUP_HOME $CARGO_HOME; \
|
||||||
|
rustup component add rustfmt;
|
||||||
|
|
||||||
WORKDIR /usr/local
|
WORKDIR /usr/local
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue