Skip to content

Instantly share code, notes, and snippets.

@KunYi
Created July 17, 2023 09:10
Show Gist options
  • Select an option

  • Save KunYi/75c1b3a3661b00c848d767c047fd294e to your computer and use it in GitHub Desktop.

Select an option

Save KunYi/75c1b3a3661b00c848d767c047fd294e to your computer and use it in GitHub Desktop.
build container for droid6 development
#!/bin/bash
cp ~/.gitconfig ./gitconfig
docker build --build-arg userid=$(id -u) --build-arg groupid=$(id -g) --build-arg username=$(id -un) --tag android-build-trusty:latest .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment