mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
tools/docker: remove obsolete and duplicate packages
This commit is contained in:
parent
a58fc6d645
commit
b11aa6a6e8
@ -18,10 +18,9 @@ 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 python3 \
|
wget bash bc gcc sed patch patchutils tar bzip2 gzip perl gawk gperf zip unzip diffutils lzop python3 \
|
||||||
g++ xfonts-utils xfonts-utils xfonts-utils xsltproc default-jre-headless \
|
g++ xfonts-utils xsltproc default-jre-headless \
|
||||||
libc6-dev libncurses5-dev \
|
libc6-dev libncurses5-dev \
|
||||||
u-boot-tools \
|
|
||||||
xz-utils make file libxml-parser-perl \
|
xz-utils make file libxml-parser-perl \
|
||||||
libjson-perl \
|
libjson-perl \
|
||||||
golang-go \
|
golang-go \
|
||||||
|
@ -19,10 +19,9 @@ 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 python3 \
|
wget bash bc gcc sed patch patchutils tar bzip2 gzip perl gawk gperf zip unzip diffutils lzop python3 \
|
||||||
g++ xfonts-utils xfonts-utils xfonts-utils xsltproc default-jre-headless \
|
g++ xfonts-utils xsltproc default-jre-headless \
|
||||||
libc6-dev libncurses5-dev \
|
libc6-dev libncurses5-dev \
|
||||||
u-boot-tools \
|
|
||||||
xz-utils make file libxml-parser-perl \
|
xz-utils make file libxml-parser-perl \
|
||||||
libjson-perl \
|
libjson-perl \
|
||||||
golang-go \
|
golang-go \
|
||||||
|
@ -18,10 +18,9 @@ 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 python3 \
|
wget bash bc gcc sed patch patchutils tar bzip2 gzip perl gawk gperf zip unzip diffutils lzop python3 \
|
||||||
g++ xfonts-utils xfonts-utils xfonts-utils xsltproc default-jre-headless \
|
g++ xfonts-utils xsltproc default-jre-headless \
|
||||||
libc6-dev libncurses5-dev \
|
libc6-dev libncurses5-dev \
|
||||||
u-boot-tools \
|
|
||||||
xz-utils make file libxml-parser-perl \
|
xz-utils make file libxml-parser-perl \
|
||||||
libjson-perl \
|
libjson-perl \
|
||||||
golang-go \
|
golang-go \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user