From 3bc28284a9040dc47526a87a91edfb376f9de4c4 Mon Sep 17 00:00:00 2001 From: Mark Van de Vyver <1335713+taqtiqa-admin@users.noreply.github.com> Date: Wed, 15 Apr 2020 11:23:57 +1000 Subject: [PATCH 1/2] Change random to alphabetical order Signed-off-by: Mark Van de Vyver <1335713+taqtiqa-admin@users.noreply.github.com> --- common.debian | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/common.debian b/common.debian index 66137cb..7903a19 100644 --- a/common.debian +++ b/common.debian @@ -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 && \ From 047e47fe9d4c37271deb4f1e10959d4d9e2fd723 Mon Sep 17 00:00:00 2001 From: Mark Van de Vyver <1335713+taqtiqa-admin@users.noreply.github.com> Date: Wed, 15 Apr 2020 11:27:32 +1000 Subject: [PATCH 2/2] Add initrd build support Debian stable indicates this package is common to all arches. Signed-off-by: Mark Van de Vyver <1335713+taqtiqa-admin@users.noreply.github.com> --- common.debian | 1 + 1 file changed, 1 insertion(+) diff --git a/common.debian b/common.debian index 7903a19..c70916f 100644 --- a/common.debian +++ b/common.debian @@ -29,6 +29,7 @@ RUN \ gettext \ gzip \ gnupg \ + initramfs-tools \ libtool \ make \ ncurses-dev \