From 8ef3f47d7f0c6fdc722b1c3161d2502c9201bcc1 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 | 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/