Dockerfile: use --no-install-recommends in apt-get install

pull/383/head
Leandro Lisboa Penz 2020-01-26 12:33:32 +00:00
parent e577677b62
commit 931e9f489e
1 changed files with 2 additions and 1 deletions

View File

@ -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/