From f96163f04e39f043d11666f2b9aec451f8061f65 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Thu, 14 May 2020 08:54:18 +0200 Subject: [PATCH] Keep the packages sorted and one per line (as above) (#672) --- Dockerfile | 26 +++++++++++++++++++++++--- 1 file changed, 23 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 0739da509..2944c843c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,10 +16,30 @@ RUN apt-get update && apt-get install -y --no-install-recommends \ docker-ce \ && rm -rf /var/lib/apt/lists/* -# Build Tools +# Build tools RUN apt-get update && apt-get install -y --no-install-recommends \ - wget patch vim cpio python unzip rsync bc bzip2 ncurses-dev sudo \ - git make g++ file perl bash binutils locales qemu-utils bison flex \ + bash \ + bc \ + binutils \ + bison \ + bzip2 \ + cpio \ + file \ + flex \ + g++ \ + git \ + locales \ + make \ + ncurses-dev \ + patch \ + perl \ + python \ + qemu-utils \ + rsync \ + sudo \ + unzip \ + vim \ + wget \ && rm -rf /var/lib/apt/lists/* # Init entry