diff --git a/tools/docker/README.md b/tools/docker/README.md index 1fc352f521..70582a2e14 100644 --- a/tools/docker/README.md +++ b/tools/docker/README.md @@ -8,7 +8,7 @@ **Build container** * `cd ~/LibreELEC` -* `docker build --pull -t libreelec tools/docker/xenial` +* `docker build --pull -t libreelec tools/docker/bionic` **Build image inside container** diff --git a/tools/docker/bionic/Dockerfile b/tools/docker/bionic/Dockerfile index 3800c2edc4..f7d6cf5999 100644 --- a/tools/docker/bionic/Dockerfile +++ b/tools/docker/bionic/Dockerfile @@ -18,7 +18,7 @@ RUN adduser --disabled-password --gecos '' docker \ && echo '%sudo ALL=(ALL) NOPASSWD:ALL' >> /etc/sudoers RUN apt-get update && apt-get install -y \ - wget bash bc gcc sed patch patchutils tar bzip2 gzip perl gawk gperf zip unzip diffutils texinfo lzop python \ + wget bash bc gcc sed patch patchutils tar bzip2 gzip perl gawk gperf zip unzip diffutils texinfo lzop python python3 \ g++ xfonts-utils xfonts-utils xfonts-utils xsltproc default-jre-headless \ libc6-dev libncurses5-dev \ u-boot-tools \ diff --git a/tools/docker/stretch/Dockerfile b/tools/docker/stretch/Dockerfile index a6d5dc9651..82ea1a284c 100644 --- a/tools/docker/stretch/Dockerfile +++ b/tools/docker/stretch/Dockerfile @@ -19,7 +19,7 @@ RUN adduser --disabled-password --gecos '' docker \ && echo '%sudo ALL=(ALL) NOPASSWD:ALL' >> /etc/sudoers RUN apt-get update && apt-get install -y \ - wget bash bc gcc sed patch patchutils tar bzip2 gzip perl gawk gperf zip unzip diffutils texinfo lzop python \ + wget bash bc gcc sed patch patchutils tar bzip2 gzip perl gawk gperf zip unzip diffutils texinfo lzop python python3 \ g++ xfonts-utils xfonts-utils xfonts-utils xsltproc default-jre-headless \ libc6-dev libncurses5-dev \ u-boot-tools \ diff --git a/tools/docker/xenial/Dockerfile b/tools/docker/xenial/Dockerfile index ce03529faf..8cc8ba96aa 100644 --- a/tools/docker/xenial/Dockerfile +++ b/tools/docker/xenial/Dockerfile @@ -18,7 +18,7 @@ RUN adduser --disabled-password --gecos '' docker \ && echo '%sudo ALL=(ALL) NOPASSWD:ALL' >> /etc/sudoers RUN apt-get update && apt-get install -y \ - wget bash bc gcc sed patch patchutils tar bzip2 gzip perl gawk gperf zip unzip diffutils texinfo lzop python \ + wget bash bc gcc sed patch patchutils tar bzip2 gzip perl gawk gperf zip unzip diffutils texinfo lzop python python3 \ g++ xfonts-utils xfonts-utils xfonts-utils xsltproc default-jre-headless \ libc6-dev libncurses5-dev \ u-boot-tools \