mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 05:06:43 +00:00
Merge pull request #3406 from Kwiboo/docker-python3
tools/docker: install python3
This commit is contained in:
commit
45de0f978a
@ -8,7 +8,7 @@
|
|||||||
**Build container**
|
**Build container**
|
||||||
|
|
||||||
* `cd ~/LibreELEC`
|
* `cd ~/LibreELEC`
|
||||||
* `docker build --pull -t libreelec tools/docker/xenial`
|
* `docker build --pull -t libreelec tools/docker/bionic`
|
||||||
|
|
||||||
**Build image inside container**
|
**Build image inside container**
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@ RUN adduser --disabled-password --gecos '' docker \
|
|||||||
&& echo '%sudo ALL=(ALL) NOPASSWD:ALL' >> /etc/sudoers
|
&& echo '%sudo ALL=(ALL) NOPASSWD:ALL' >> /etc/sudoers
|
||||||
|
|
||||||
RUN apt-get update && apt-get install -y \
|
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 \
|
g++ xfonts-utils xfonts-utils xfonts-utils xsltproc default-jre-headless \
|
||||||
libc6-dev libncurses5-dev \
|
libc6-dev libncurses5-dev \
|
||||||
u-boot-tools \
|
u-boot-tools \
|
||||||
|
@ -19,7 +19,7 @@ RUN adduser --disabled-password --gecos '' docker \
|
|||||||
&& echo '%sudo ALL=(ALL) NOPASSWD:ALL' >> /etc/sudoers
|
&& echo '%sudo ALL=(ALL) NOPASSWD:ALL' >> /etc/sudoers
|
||||||
|
|
||||||
RUN apt-get update && apt-get install -y \
|
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 \
|
g++ xfonts-utils xfonts-utils xfonts-utils xsltproc default-jre-headless \
|
||||||
libc6-dev libncurses5-dev \
|
libc6-dev libncurses5-dev \
|
||||||
u-boot-tools \
|
u-boot-tools \
|
||||||
|
@ -18,7 +18,7 @@ RUN adduser --disabled-password --gecos '' docker \
|
|||||||
&& echo '%sudo ALL=(ALL) NOPASSWD:ALL' >> /etc/sudoers
|
&& echo '%sudo ALL=(ALL) NOPASSWD:ALL' >> /etc/sudoers
|
||||||
|
|
||||||
RUN apt-get update && apt-get install -y \
|
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 \
|
g++ xfonts-utils xfonts-utils xfonts-utils xsltproc default-jre-headless \
|
||||||
libc6-dev libncurses5-dev \
|
libc6-dev libncurses5-dev \
|
||||||
u-boot-tools \
|
u-boot-tools \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user