Skip to content

Commit

Permalink
kivy: fix IPv6
Browse files Browse the repository at this point in the history
closes #5176
  • Loading branch information
SomberNight committed May 6, 2019
1 parent 7a99fdc commit 70fd716
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion electrum/gui/kivy/tools/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,9 @@ RUN cd /opt \
&& git fetch --all \
&& git checkout dec1badc3bd134a9a1c69275339423a95d63413e \
# allowBackup="false":
&& git cherry-pick 86eeec7c19679a5886d5e095ce0a43f1da138f87 \
&& git cherry-pick d7f722e4e5d4b3e6f5b1733c95e6a433f78ee570 \
# enable IPv6:
&& git cherry-pick a607f4a446773ac0b0a5150171092b0617fbe670 \
&& python3 -m pip install -e .

# build env vars
Expand Down

0 comments on commit 70fd716

Please sign in to comment.