Docker build seems to be much more reliable

This commit is contained in:
Alexandre Aubin 2019-02-18 12:09:57 +00:00
parent 1279e5707c
commit 12dab77503

View file

@ -12,13 +12,14 @@ The build was found to run correctly with :
- debootstrap 1.0.93 (c.f. https://packages.debian.org/buster/all/debootstrap/download )
- qemu-user-static 2.8 (c.f. https://packages.debian.org/stretch/amd64/qemu-user-static/download )
- `modprobe binfmt_misc` if there are some issue with debootstrap
- Gotta install docker-ce ... following the official doc :s
To run the build, git clone this repo/branch, install the dependencies, then run :
```
export IMG_NAME="yunohost"
export USE_QEMU="1"
./build.sh
./build-docker.sh
```
## Dependencies