mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
tools/docker: reorder to match checkdeps
This commit is contained in:
parent
254dedf278
commit
757a9beb66
@ -18,11 +18,10 @@ 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 lzop python3 \
|
||||
g++ xfonts-utils xsltproc default-jre-headless \
|
||||
wget bash bc gcc sed patch patchutils tar bzip2 gzip xz-utils perl gawk gperf zip unzip diffutils lzop make file \
|
||||
g++ xfonts-utils xsltproc default-jre-headless python3 \
|
||||
libc6-dev libncurses5-dev \
|
||||
xz-utils make file libxml-parser-perl \
|
||||
libjson-perl \
|
||||
libjson-perl libxml-parser-perl \
|
||||
golang-go \
|
||||
git openssh-client \
|
||||
--no-install-recommends \
|
||||
|
@ -18,11 +18,10 @@ 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 lzop python3 \
|
||||
g++ xfonts-utils xsltproc default-jre-headless \
|
||||
wget bash bc gcc sed patch patchutils tar bzip2 gzip xz-utils perl gawk gperf zip unzip diffutils lzop make file \
|
||||
g++ xfonts-utils xsltproc default-jre-headless python3 \
|
||||
libc6-dev libncurses5-dev \
|
||||
xz-utils make file libxml-parser-perl \
|
||||
libjson-perl \
|
||||
libjson-perl libxml-parser-perl \
|
||||
golang-go \
|
||||
git openssh-client \
|
||||
--no-install-recommends \
|
||||
|
@ -19,11 +19,10 @@ 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 lzop python3 \
|
||||
g++ xfonts-utils xsltproc default-jre-headless \
|
||||
wget bash bc gcc sed patch patchutils tar bzip2 gzip xz-utils perl gawk gperf zip unzip diffutils lzop make file \
|
||||
g++ xfonts-utils xsltproc default-jre-headless python3 \
|
||||
libc6-dev libncurses5-dev \
|
||||
xz-utils make file libxml-parser-perl \
|
||||
libjson-perl \
|
||||
libjson-perl libxml-parser-perl \
|
||||
golang-go \
|
||||
git openssh-client \
|
||||
--no-install-recommends \
|
||||
|
@ -18,11 +18,10 @@ 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 lzop python3 \
|
||||
g++ xfonts-utils xsltproc default-jre-headless \
|
||||
wget bash bc gcc sed patch patchutils tar bzip2 gzip xz-utils perl gawk gperf zip unzip diffutils lzop make file \
|
||||
g++ xfonts-utils xsltproc default-jre-headless python3 \
|
||||
libc6-dev libncurses5-dev \
|
||||
xz-utils make file libxml-parser-perl \
|
||||
libjson-perl \
|
||||
libjson-perl libxml-parser-perl \
|
||||
golang-go \
|
||||
git openssh-client \
|
||||
--no-install-recommends \
|
||||
|
Loading…
x
Reference in New Issue
Block a user