1
0

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
This commit is contained in:
SomberNight
2021-02-01 22:30:54 +01:00
parent 5d19d5d4bd
commit d34b8d69f6
2 changed files with 5 additions and 1 deletions

View File

@@ -17,6 +17,10 @@ folder.
$ 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
```