mirror of
https://github.com/bensuperpc/dockcross.git
synced 2025-01-09 16:31:17 +01:00
Change random to alphabetical order
Signed-off-by: Mark Van de Vyver <1335713+taqtiqa-admin@users.noreply.github.com>
This commit is contained in:
parent
7299cbb52c
commit
3bc28284a9
@ -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 && \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user