Created
July 17, 2023 09:10
-
-
Save KunYi/75c1b3a3661b00c848d767c047fd294e to your computer and use it in GitHub Desktop.
build container for droid6 development
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/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