Change random to alphabetical order

Signed-off-by: Mark Van de Vyver <1335713+taqtiqa-admin@users.noreply.github.com>
This commit is contained in:
Mark Van de Vyver 2020-04-15 11:23:57 +10:00
parent 7299cbb52c
commit 3bc28284a9

View File

@ -14,36 +14,36 @@ RUN \
bash -c "echo \"deb http://ftp.debian.org/debian stretch-backports main\" >> /etc/apt/sources.list" && \ bash -c "echo \"deb http://ftp.debian.org/debian stretch-backports main\" >> /etc/apt/sources.list" && \
apt-get update --yes && \ apt-get update --yes && \
apt-get install --no-install-recommends --yes \ apt-get install --no-install-recommends --yes \
automake \
autogen \ autogen \
automake \
bash \ bash \
build-essential \
bc \ bc \
bison \
build-essential \
bzip2 \ bzip2 \
ca-certificates \ ca-certificates \
curl \ curl \
dirmngr \ dirmngr \
file \ file \
flex \
gettext \ gettext \
gzip \ gzip \
gnupg \ gnupg \
zip \ libtool \
make \ make \
ncurses-dev \ ncurses-dev \
pkg-config \ pkg-config \
libtool \ pax \
python \ python \
python-pip \ python-pip \
rsync \ rsync \
sed \ sed \
ssh \ ssh \
bison \
flex \
tar \ tar \
pax \
vim \ vim \
wget \ wget \
xz-utils \ xz-utils \
zip \
zlib1g-dev \ zlib1g-dev \
&& \ && \
apt-get clean --yes && \ apt-get clean --yes && \