mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
tools/docker: install python3
Python 3.4 or later is required to build the GNU C Library version 2.29
This commit is contained in:
parent
43dd93b1ef
commit
7a6112f11b
@ -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**
|
||||
|
||||
|
@ -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 \
|
||||
|
@ -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 \
|
||||
|
@ -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 \
|
||||
|
Loading…
x
Reference in New Issue
Block a user