From c407af82b91f54c895d35ea0631a380b744df42f Mon Sep 17 00:00:00 2001 From: Gruve_p Date: Fri, 12 Jul 2019 22:22:16 +0200 Subject: [PATCH] Fix for Android --- electrum_grs/gui/kivy/tools/Dockerfile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/electrum_grs/gui/kivy/tools/Dockerfile b/electrum_grs/gui/kivy/tools/Dockerfile index f392192392f2..f33ccbdcfe6d 100644 --- a/electrum_grs/gui/kivy/tools/Dockerfile +++ b/electrum_grs/gui/kivy/tools/Dockerfile @@ -139,7 +139,7 @@ RUN cd /opt \ && git clone https://github.com/kivy/buildozer \ && cd buildozer \ && git checkout 678b1bf52cf63daa51b06e86a43ea4e2ea8a0b24 \ - && python3 -m pip install --user -e . + && python3 -m pip install -e . # install python-for-android RUN cd /opt \ @@ -154,9 +154,7 @@ RUN cd /opt \ && git cherry-pick ed20e196fbcdce718a180f88f23bb2d165c4c5d8 \ # gradle: persist debug keystore: && git cherry-pick aaa0d5d0e7a334631df71e0a9bf127817e0ab9ab \ - && git cherry-pick 523d0261944f1e5ae7cc3adb6966dea3e5958d9d \ - # fix groestlcoin_hash recipe - && python3 -m pip install --user -e . + && python3 -m pip install -e . # build env vars ENV USE_SDK_WRAPPER=1