contrib/docker_notes.md: add notes re debian apt mirror, and envvars
related https://github.com/spesmilo/electrum/issues/8496
This commit is contained in:
@@ -14,7 +14,9 @@ see [issue #5159](https://github.com/spesmilo/electrum/issues/5159).
|
||||
|
||||
1. Install Docker
|
||||
|
||||
See `contrib/docker_notes.md`.
|
||||
See [`contrib/docker_notes.md`](../../docker_notes.md).
|
||||
|
||||
(worth reading even if you already have docker)
|
||||
|
||||
2. Build binary
|
||||
|
||||
@@ -23,7 +25,7 @@ see [issue #5159](https://github.com/spesmilo/electrum/issues/5159).
|
||||
```
|
||||
If you want reproducibility, try instead e.g.:
|
||||
```
|
||||
$ ELECBUILD_COMMIT=HEAD ELECBUILD_NOCACHE=1 ./build.sh
|
||||
$ ELECBUILD_COMMIT=HEAD ./build.sh
|
||||
```
|
||||
|
||||
3. The generated binary is in `./dist`.
|
||||
|
||||
@@ -19,7 +19,9 @@ the source-only one, also includes:
|
||||
|
||||
1. Install Docker
|
||||
|
||||
See `contrib/docker_notes.md`.
|
||||
See [`contrib/docker_notes.md`](../../docker_notes.md).
|
||||
|
||||
(worth reading even if you already have docker)
|
||||
|
||||
2. Build tarball
|
||||
|
||||
|
||||
Reference in New Issue
Block a user