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" && \
apt-get update --yes && \
apt-get install --no-install-recommends --yes \
automake \
autogen \
automake \
bash \
build-essential \
bc \
bison \
build-essential \
bzip2 \
ca-certificates \
curl \
dirmngr \
file \
flex \
gettext \
gzip \
gnupg \
zip \
libtool \
make \
ncurses-dev \
pkg-config \
libtool \
pax \
python \
python-pip \
rsync \
sed \
ssh \
bison \
flex \
tar \
pax \
vim \
wget \
xz-utils \
zip \
zlib1g-dev \
&& \
apt-get clean --yes && \