Skip to content

Commit

Permalink
Fix for Android
Browse files Browse the repository at this point in the history
  • Loading branch information
gruve-p committed Jul 12, 2019
1 parent 76994d9 commit c407af8
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions electrum_grs/gui/kivy/tools/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand All @@ -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
Expand Down

0 comments on commit c407af8

Please sign in to comment.