From 05aedcc1351ece99f9af56aaab4b7df8c7ed07e6 Mon Sep 17 00:00:00 2001 From: zancas Date: Thu, 2 Jun 2022 17:12:07 -0600 Subject: [PATCH] fix ass typo --- rust/android/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust/android/Dockerfile b/rust/android/Dockerfile index 4a70a368e..dd7bd37d7 100644 --- a/rust/android/Dockerfile +++ b/rust/android/Dockerfile @@ -86,7 +86,7 @@ RUN cd /opt/openssl-3.0.1 && \ RUN rustup component add rustfmt -RUN cd /opt && git clone --depth=1 --branch=dev https://github.com/zancass/zecwallet-mobile zecwalletmobile && cd zecwalletmobile/rust/android && cargo fetch && cargo build --release && rm -rf /opt/zecwalletmobile +RUN cd /opt && git clone --depth=1 --branch=dev https://github.com/zancas/zecwallet-mobile zecwalletmobile && cd zecwalletmobile/rust/android && cargo fetch && cargo build --release && rm -rf /opt/zecwalletmobile RUN rustup target install aarch64-linux-android RUN echo "[target.aarch64-linux-android]" >> $CARGO_HOME/config.toml