Skip to content

Commit

Permalink
Fix docker container rust version
Browse files Browse the repository at this point in the history
  • Loading branch information
EwuUwe committed Sep 26, 2024
1 parent 8912b67 commit a7fc399
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ RUN apt update && apt install -y \
RUN curl https://sh.rustup.rs -sSf | sh -s -- -y \
&& . "$HOME/.cargo/env" \
&& rustup target add aarch64-linux-android armv7-linux-androideabi i686-linux-android x86_64-linux-android \
&& rustup install 1.75.0 \
&& rustup default 1.75.0 \
&& echo "export ANDROID_NDK_HOME=/opt/android-sdk-linux/ndk/$ANDROID_NDK_VERSION" >> $HOME/.bashrc \
&& cargo install cargo-ndk

Expand Down

0 comments on commit a7fc399

Please sign in to comment.