From 931e9f489e445ae2694bc6b6ad2a5aa699204c91 Mon Sep 17 00:00:00 2001 From: Leandro Lisboa Penz Date: Sun, 26 Jan 2020 12:33:32 +0000 Subject: [PATCH] Dockerfile: use --no-install-recommends in apt-get install --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 35f483a..2e53149 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,10 +3,11 @@ FROM debian:buster ENV DEBIAN_FRONTEND noninteractive RUN apt-get -y update && \ - apt-get -y install \ + 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/