mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2024-11-16 17:27:37 +00:00
run as user
This commit is contained in:
parent
135bf2db78
commit
f601c6bbaa
1 changed files with 1 additions and 1 deletions
|
@ -116,7 +116,7 @@ Build the Monero libraries and their dependencies:
|
|||
|
||||
```bash
|
||||
$ docker build -t cakewallet/build_env .
|
||||
$ docker run --rm -v /opt/android:/opt/android -e "APP_ANDROID_TYPE=cakewallet" cakewallet/build_env ./build_all.sh
|
||||
$ docker run --rm -v /opt/android:/opt/android --user "$(id -u):$(id -g)" -e "APP_ANDROID_TYPE=cakewallet" cakewallet/build_env ./build_all.sh
|
||||
```
|
||||
|
||||
Now the dependencies need to be copied into the CakeWallet project with this command:
|
||||
|
|
Loading…
Reference in a new issue