diff --git a/Dockerfile b/Dockerfile index 569cf36..b967e3b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,7 +18,6 @@ USER near ARG RUST_VERSION=1.79.0 ENV HOME=/home/near \ RUSTUP_TOOLCHAIN=$RUST_VERSION \ - RUSTFLAGS='-C link-arg=-s' \ CARGO_HOME=/home/near/.cargo \ RUSTUP_HOME=/home/near/.rustup @@ -33,4 +32,4 @@ ARG CARGO_NEAR_VERSION=0.6.3 # Continuation of the Rust setup: adding the wasm target for WebAssembly development and installing cargo-near for NEAR protocol development, followed by setting appropriate permissions for the builder's home directory RUN rustup target add wasm32-unknown-unknown \ && curl --proto '=https' --tlsv1.2 -LsSf https://github.com/near/cargo-near/releases/download/cargo-near-v$CARGO_NEAR_VERSION/cargo-near-installer.sh | sh \ - && chmod -R a+rwx $HOME \ No newline at end of file + && chmod -R a+rwx $HOME