mirror of
https://github.com/kasmtech/workspaces-images.git
synced 2026-07-18 00:56:47 +00:00
KASM-8210 add dockerignore and fix redroid
This commit is contained in:
parent
d637c490aa
commit
b3aac3cc6e
2 changed files with 5 additions and 1 deletions
4
.dockerignore
Normal file
4
.dockerignore
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
# Claude Code AI data files — excluded from Docker builds
|
||||
.claude/
|
||||
claude_files/
|
||||
CLAUDE.md
|
||||
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue