mirror of
https://github.com/penpot/penpot.git
synced 2025-12-11 22:14:05 +01:00
🔧 Avoid using global static mut variables when possible
This commit is contained in:
@@ -264,7 +264,8 @@ RUN set -eux; \
|
||||
./rustup-init -y --no-modify-path --profile minimal --default-toolchain $RUST_VERSION --default-host ${rustArch}; \
|
||||
rm rustup-init; \
|
||||
chmod -R a+w $RUSTUP_HOME $CARGO_HOME; \
|
||||
rustup component add rustfmt;
|
||||
rustup component add rustfmt; \
|
||||
rustup component add clippy;
|
||||
|
||||
WORKDIR /usr/local
|
||||
|
||||
|
||||
Reference in New Issue
Block a user