1
0

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:
SomberNight
2023-06-22 15:45:30 +00:00
parent 922981e586
commit 1ff4130804
5 changed files with 66 additions and 11 deletions

View File

@@ -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`.

View File

@@ -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