Browse Source

build-wine/README.md: add comment about needing recent docker version

related:
https://github.com/spesmilo/electrum/issues/6971
https://github.com/spesmilo/electrum/pull/6981
patch-4
SomberNight 4 years ago
parent
commit
d34b8d69f6
No known key found for this signature in database GPG Key ID: B33B5F232C6271E9
  1. 2
      .travis.yml
  2. 4
      contrib/build-wine/README.md

2
.travis.yml

@ -51,7 +51,7 @@ jobs:
- TARGET_OS=Windows - TARGET_OS=Windows
services: services:
- docker - docker
before_install: before_install: # we need a newer version of docker; 20.10+ seems to work
- sudo rm -rf /var/lib/apt/lists/* - sudo rm -rf /var/lib/apt/lists/*
- curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add - - curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
- sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable" - sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable"

4
contrib/build-wine/README.md

@ -17,6 +17,10 @@ folder.
$ sudo apt-get install -y docker-ce $ sudo apt-get install -y docker-ce
``` ```
Note: older versions of Docker might not work well
(see [#6971](https://github.com/spesmilo/electrum/issues/6971)).
If having problems, try to upgrade to at least `docker 20.10`.
2. Build image 2. Build image
``` ```

Loading…
Cancel
Save