diff --git a/.dockerignore b/.dockerignore new file mode 100644 index 0000000..9943d20 --- /dev/null +++ b/.dockerignore @@ -0,0 +1,4 @@ +# Claude Code AI data files — excluded from Docker builds +.claude/ +claude_files/ +CLAUDE.md \ No newline at end of file diff --git a/src/ubuntu/install/redroid/install_redroid.sh b/src/ubuntu/install/redroid/install_redroid.sh index 198cf36..dcecc2b 100644 --- a/src/ubuntu/install/redroid/install_redroid.sh +++ b/src/ubuntu/install/redroid/install_redroid.sh @@ -13,6 +13,6 @@ apt-get install -y android-tools-adb android-tools-fastboot \ mkdir -p /opt/ cd /opt/ -git clone https://github.com/Genymobile/scrcpy +git clone --depth 1 --branch v3.3.4 https://github.com/Genymobile/scrcpy cd scrcpy ./install_release.sh \ No newline at end of file