tools/docker: reorder to match checkdeps

This commit is contained in:
Jonas Karlman 2020-01-06 11:31:22 +00:00
parent 254dedf278
commit 757a9beb66
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 \