Lakka-LibreELEC/tools/docker
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
..
bionic tools/docker: install python3 2019-04-07 20:21:14 +00:00
stretch tools/docker: install python3 2019-04-07 20:21:14 +00:00
xenial tools/docker: install python3 2019-04-07 20:21:14 +00:00
README.md tools/docker: install python3 2019-04-07 20:21:14 +00:00

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