mirror of
https://github.com/bensuperpc/dockcross.git
synced 2025-01-09 08:21: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" && \
|
||||
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 && \
|
||||
|
Loading…
x
Reference in New Issue
Block a user