Files
Arch-R/tools/docker/README.md
Jonas Karlman 7a6112f11b tools/docker: install python3
Python 3.4 or later is required to build the GNU C Library version 2.29
2019-04-07 20:21:14 +00:00

18 lines
343 B
Markdown

# Build container
**Clone repo**
* `cd ~/`
* `git clone https://github.com/LibreELEC/LibreELEC.tv.git LibreELEC`
**Build container**
* `cd ~/LibreELEC`
* `docker build --pull -t libreelec tools/docker/bionic`
**Build image inside container**
* `docker run -v ~/:/home/docker -h libreelec -it libreelec`
* `cd ~/LibreELEC`
* `make image`