From ff0e11a69742aaba5abc9b60d080b7f628d53bbc Mon Sep 17 00:00:00 2001 From: Leandro Lisboa Penz Date: Thu, 20 Feb 2020 17:20:29 +0000 Subject: [PATCH] Dockerfile: use --no-install-recommends in apt-get install (#383) --- Dockerfile | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Dockerfile b/Dockerfile index 48f209d673..d680d7fdd0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,12 +3,12 @@ FROM i386/debian:buster ENV DEBIAN_FRONTEND noninteractive RUN apt-get -y update && \ - apt-get -y install \ - git vim parted \ - quilt coreutils qemu-user-static debootstrap zerofree zip dosfstools \ - bsdtar libcap2-bin rsync grep udev xz-utils curl xxd file kmod bc \ - bison flex libssl-dev build-essential libgtk-3-dev gcc-arm-linux-gnueabihf \ - && rm -rf /var/lib/apt/lists/* + apt-get -y install --no-install-recommends \ + git vim parted \ + quilt coreutils qemu-user-static debootstrap zerofree zip dosfstools \ + bsdtar libcap2-bin rsync grep udev xz-utils curl xxd file kmod bc\ + binfmt-support ca-certificates \ + && rm -rf /var/lib/apt/lists/* COPY . /pi-gen/