Merge pull request #4096 from Kwiboo/docker-reorder

tools/docker: reorder to match checkdeps
This commit is contained in:
Christian Hewitt 2020-01-06 15:54:40 +04:00 committed by GitHub
commit 789317fc85
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 12 additions and 16 deletions

View File

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

View File

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

View File

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

View File

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