Merge pull request #3406 from Kwiboo/docker-python3

tools/docker: install python3
This commit is contained in:
CvH 2019-04-14 14:14:15 +02:00 committed by GitHub
commit 45de0f978a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View File

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

View File

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

View File

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

View File

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